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.6 | Generated 2026-02-20 | Home |