Classes.TCollection.ItemClass

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Classes.pas

	property ItemClass: TCollectionItemClass read FItemClass;


Unit: Classes

Type: property

Visibility: public

Member Of: TCollection

C++ Information

From Classes.hpp

	__property System::TMetaClass * ItemClass = {read=FItemClass};


Unit: Classes

Type: property

Visibility: public

Member Of: TCollection

Description

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


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.

See Also

Personal tools
Translations
Newest Version