Data.Bind.ObjectScope.TBindFieldDefWithChildren

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

Data.Bind.ObjectScope.TBindFieldDefSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTBindFieldDefWithChildren

Delphi

TBindFieldDefWithChildren = class(TBindFieldDef)

C++

class PASCALIMPLEMENTATION TBindFieldDefWithChildren : public TBindFieldDef

プロパティ

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

説明

データセットの背後にある物理フィールドを表すバインド可能なフィールド定義のコレクションで、子のフィールド定義のリストも含まれます。


TBindFieldDefWithChildrenTBindFieldDefs を拡張したもので、やはりフィールド定義である子のリストが追加されています。

TBindFieldDefs コレクションに含まれる項目は TBindFieldDef 型です。フィールド定義の詳細は、TFieldDefs を参照してください。

関連項目