ImageEn, unit iemview

TImageEnMView.OnAllDisplayed

TImageEnMView.OnAllDisplayed


Declaration

property OnAllDisplayed: TNotifyEvent;


Description

Occurs when all images have been loaded and displayed.

Note: If you are loading on demand, OnAllDisplayed will fire when the current view completes loading. It does not mean there are not images still to load (that are scrolled outside the current view, for example). OnAllDisplayed will fire again when further images complete loading, e.g. if the view is scrolled


See Also

OnImageLoaded