RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCollection.ItemClass Property

Indicates the class to which the collection's items belong.

Pascal
property ItemClass: TCollectionItemClass;
C++
__property TCollectionItemClass ItemClass;

ItemClass is the class (descended from TCollectionItem) to which the items in the collection belong. For example, in an instance of the TCollection descendant THeaderSections, the value of the ItemClass property is THeaderSection. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!