RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomListBox.Count Property

Indicates the number of items in the list box.

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

Use Count to determine the number of items in the list box. You can only set Count when the Style property is lbVirtual or lbVirtualOwnerDraw, in which case you must set this property. 

 

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