TCollection.ItemClass

Class pointer for each item in the collection.

Declaration

Source position: classesh.inc line 567

public Property
  ItemClass : TCollectionItemClass;

Description

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.

See also

Name Description
TCollectionItem Basic object that is managed by a TCollection class.
TCollectionItemClass Class reference for TCollectionItem .
TCollection.Items Indexed array of items in the collection.