RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListControl.GetCount Method

Returns the number of items in the list.

Pascal
function GetCount: Integer; virtual; abstract;
C++
virtual __fastcall int GetCount() = 0;

Call GetCount to determine the number of items in the list control. 

 

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