Data.Bind.ObjectScope.TBindFieldDefWithChildren.HasChildDefs

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

Delphi

function HasChildDefs: Boolean; override;

C++

virtual bool __fastcall HasChildDefs();

プロパティ

種類 可視性 ソース ユニット
function protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindFieldDefWithChildren

説明

TBindFieldDef オブジェクトのフィールドが、子フィールド定義を持っているかどうかを示します。

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

TBindFieldDef オブジェクトのフィールドが、子フィールド定義を持っているかどうかを示します。 HasChildDefs は常に False に返します。これは、子孫クラスが、HasChildDefs メソッドをオーバーライドできます。

子フィールド定義のリストを保有している TBindFieldDef の作成については、TBindFieldDefWithChildren を参照してください。

関連項目