API:Vcl.DBGrids.TColumn

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

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTColumn

Delphi

TColumn = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TColumn : public System::Classes::TCollectionItem

プロパティ

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

説明

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

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

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

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

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

関連項目