RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomComboBoxStrings.GetCount Method

Returns the number of strings in the list

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

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. 

 

Count 

ComboBox

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