ImageEn, unit iemview

TImageEnMView.IsVisible

TImageEnMView.IsVisible


Declaration

function IsVisible(idx: Integer): Boolean;


Description

Returns True if image, idx, is currently visible (i.e. not scrolled out of view).

Note: The result may not be valid if the control is not visible. Call Update() prior to IsVisible if you need to calculate for a non-visible control.


See Also

 GetImageVisibility