[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns True if the item is at least partially visible in the scrollable list.
Source position: stdctrls.pp line 623
public function TCustomListBox.ItemVisible( |
Index: Integer |
):Boolean; |
Index |
|
Ordinal position for the item examined in the method. |
True when the specified item is at least partially visible in the control.
ItemVisible is a Boolean function used to determine if the item at the position in Index is at least partially visible in the list box control. The return value is False for the following conditions:
Use ItemFullyVisible to determine if the specified list box item is fully visible in the control.
|
Returns True if the item is fully visible in the scrollable list. |
Version 4.0 | Generated 2025-05-03 | Home |