System.Classes.TCollection.ItemClass

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ItemClass: TCollectionItemClass read FItemClass;

C++

__property TCollectionItemClass ItemClass = {read=FItemClass};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TCollection

説明

コレクションの項目が所属しているクラスを示します。

ItemClass プロパティは,コレクション内の項目が所属しているクラス(TCollectionItem から継承)です。たとえば,TCollection の下位オブジェクト THeaderSections のインスタンスの場合,ItemClass プロパティの値は THeaderSection です。

関連項目