[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomListBox.ItemFullyVisible

Returns True if the item is fully visible in the scrollable list.

Declaration

Source position: stdctrls.pp line 624

public function TCustomListBox.ItemFullyVisible(

  Index: Integer

):Boolean;

Arguments

Index

  

Ordinal position for the item examined in the method.

Function result

True when the specified item is fully visible in the list box control.

Description

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.

See also

TCustomListBox.ItemVisible

  

Returns True if the item is at least partially visible in the scrollable list.


Version 4.0 Generated 2025-05-03 Home