RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDesignerSelections.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.

Note: Count is a protected property. To access this property you must use the IDesignerSelections interface.
 

 

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