Vcl.CategoryButtons.TBaseItem

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

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBaseItem

Delphi

TBaseItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TBaseItem : public System::Classes::TCollectionItem

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons Vcl.CategoryButtons

説明

TCollectionItem は、コレクション内の 1 つの項目を表わします。

Vcl.CategoryButtons.TBaseItem は System.Classes.TCollectionItem を継承しています。以下の内容はすべて System.Classes.TCollectionItem を参照しています。

TCollectionItem は、コレクション内の 1 つの項目を表わします。

TCollection は、TCollectionItem オブジェクトのグループを保持します。TCollectionItems は、TCollectionAdd および Clear メソッドによって、作成および破壊されます。各 TCollectionItem には Collection プロパティがあり、項目が属する TCollection オブジェクトを指しています。

TCollection から派生しているオブジェクトは、TCollectionItem から派生するオブジェクトを保有することができます。たとえば、TDBGridColumns オブジェクトは TColumn オブジェクトを保有し、これら 2 つのクラスは TDBGrid によってグリッドの列を表すために使用されます。

関連項目