Data.DBXPlatform.TBaseTransportFilterItem

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

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBaseTransportFilterItem

Delphi

TBaseTransportFilterItem = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION TBaseTransportFilterItem : public System::Classes::TCollectionItem

プロパティ

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

説明

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

Data.DBXPlatform.TBaseTransportFilterItem は System.Classes.TCollectionItem を継承しています。以下の内容はすべて System.Classes.TCollectionItem を参照しています。

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

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

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

関連項目