System.Classes.TCollection.ItemClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ItemClass: TCollectionItemClass read FItemClass;

C++

__property TCollectionItemClass ItemClass = {read=FItemClass};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes 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