Vcl.StdCtrls.TCustomComboBoxStrings.GetCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCount: Integer; override;

C++

virtual int __fastcall GetCount(void);

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.

See Also