Vcl.StdCtrls.TCustomComboBox.GetItemCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemCount: Integer; override;

C++

virtual int __fastcall GetItemCount();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomComboBox

Description

Returns the number of items in the Items property list.

GetItemCount is used internally to quickly determine the number of items in the drop-down list of the combo box.

See Also