RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IDesignerSelections.Count Property

Indicates the number of entries in the list.

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

Read Count to determine the number of entries in the Items array. Use Count as an upper limit when iterating over all the objects in the list. 

Count is a read-only property. To increase the number of objects in the list, use the Add method. Objects can not be removed from the list once they have been added. 

 

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