API:Vcl.StdCtrls.TCustomCombo.GetCount
Delphi
function GetCount: Integer; override;
C++
virtual int __fastcall GetCount();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Vcl.StdCtrls.pas Vcl.StdCtrls.hpp |
Vcl.StdCtrls | TCustomCombo |
Description
Returns the number of items in the list.
Vcl.StdCtrls.TCustomCombo.GetCount inherits from Vcl.Controls.TCustomListControl.GetCount. All content below this line refers to Vcl.Controls.TCustomListControl.GetCount.
Returns the number of items in the list.
Call GetCount to determine the number of items in the list control.