Vcl.ComCtrls.TComboBoxExStrings.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboBoxExStrings

Description

Returns the number of strings in the list

Vcl.ComCtrls.TComboBoxExStrings.GetCount inherits from Vcl.StdCtrls.TCustomComboBoxStrings.GetCount. All content below this line refers to Vcl.StdCtrls.TCustomComboBoxStrings.GetCount.

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.

See Also