TCollection.Count
Number of items in the collection.
Declaration
Source position: classesh.inc line 566
public Property
Count : Integer;
Description
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. !!!
See also
| Name | Description |
|---|---|
| Integer | A signed 16-bits integer |
| TCollectionItem.Index | Index of the item in its managing collection TCollection.Items property. |
| TCollection.Items | Indexed array of items in the collection. |