API:Data.Bind.ObjectScope.TGeneratorFieldDef

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

Data.Bind.ObjectScope.TBindFieldDefWithChildrenData.Bind.ObjectScope.TBindFieldDefSystem.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTGeneratorFieldDef

Delphi

TGeneratorFieldDef = class(TBindFieldDefWithChildren)

C++

class PASCALIMPLEMENTATION TGeneratorFieldDef : public TBindFieldDefWithChildren

プロパティ

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

説明

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

Data.Bind.ObjectScope.TGeneratorFieldDef は Data.Bind.ObjectScope.TBindFieldDefWithChildren を継承しています。以下の内容はすべて Data.Bind.ObjectScope.TBindFieldDefWithChildren を参照しています。


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


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

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

関連項目