Vcl.StdCtrls.TCustomCombo.ItemCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemCount: Integer read GetItemCount;

C++

__property int ItemCount = {read=GetItemCount, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.StdCtrls.pas
Vcl.StdCtrls.hpp
Vcl.StdCtrls TCustomCombo

Description

Specifies the number of items in the drop-down list.

Read ItemCount to get the number of items in the drop-down list. ItemCount is the number of all items, not just those that are visible at one time.

See Also