System.Classes.TCollectionItemClass
Delphi
TCollectionItemClass = class of TCollectionItem;
C++
typedef System::TMetaClass* TCollectionItemClass;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
classref typedef |
public | System.Classes.pas System.Classes.hpp |
System.Classes | System.Classes |
Description
TCollectionItemClass defines the metaclass for TCollectionItem.
TCollectionItemClass is the metaclass for TCollectionItem. Its value is the class reference for TCollectionItem or for one of its descendants.