RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCombo.GetCount Method

Returns the value of the ItemCount property.

Pascal
function GetCount: Integer; override;
C++
virtual __fastcall int GetCount();

GetCount returns the number of items in the drop-down list. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!