[Overview][Constants][Types][Classes][Procedures and functions][Index] |
The number of items defined in the scrollable list box.
Source position: stdctrls.pp line 641
public property TCustomListBox.Count : Integer |
Count is a read-only Integer property which indicates the number of Items defined in the control. Count is provided for Delphi compatibility, and redirects access to the Count property in Items.
|
The list of all items defined in the control. |
Version 4.0 | Generated 2025-05-03 | Home |