Data.Bind.ObjectScope.TBindFieldDef.HasChildDefs

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

Delphi

function HasChildDefs: Boolean; virtual;

C++

virtual bool __fastcall HasChildDefs(void);

プロパティ

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


説明

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

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

関連項目