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