[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Class pointer for each item in the collection.
Source position: classesh.inc line 566
public property TCollection.ItemClass : TCollectionItemClass |
ItemClass is the class pointer with which each new item in the collection is created. It is the value that was passed to the collection's constructor when it was created, and does not change during the lifetime of the collection.
|
Basic object that is managed by a TCollection class. |
|
|
Indexed array of items in the collection. |