RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.ItemCount Property

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

Pascal
property ItemCount: Integer;
C++
__property int ItemCount;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!