[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Returns the number of items defined in the drop-down list.
Source position: stdctrls.pp line 368
protected function TCustomComboBox.GetItemCount: Integer; |
The number of Items defined in the control.
GetItemCount is an Integer function used to get the number of values stored in the Items for the control. It is a convenience method, and is equivalent to reading the value for the Count property in Items.
|
The list of items displayed in the combo-box control. |
Version 4.0 | Generated 2025-05-03 | Home |