Vcl.StdCtrls.TCustomComboBoxStrings.GetCount
Delphi
function GetCount: Integer; override;
C++
virtual int __fastcall GetCount();
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomComboBoxStrings |
Description
Returns the number of strings in the list
GetCount is the protected read implementation of the Count property. It fetches the number of items from the combo box identified by the ComboBox property.