[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Number of items in the collection.
Source position: classesh.inc line 565
public property TCollection.Count : Integer |
Count contains the number of items in the collection.
Remark: | The items in the collection are identified by their TCollectionItem.Index property, which is a zero-based index, meaning that it can take values between 0 and Count-1, borders included. |
|
Index of the item in its managing collection TCollection.Items property. |
|
|
Indexed array of items in the collection. |