|
RAD Studio VCL Reference
|
Indicates the number of entries in the list.
property Count: Integer;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|