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. 

 

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