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