Data.Bind.ObjectScope.TBindFieldDef.HasChildDefs
Delphi
function HasChildDefs: Boolean; virtual;
C++
virtual bool __fastcall HasChildDefs();
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp | Data.Bind.ObjectScope | TBindFieldDef | 
Description
Indicates whether the field of the TBindFieldDef object has any child field definitions.
 HasChildDefs always returns False, so descendant classes can override the  HasChildDefs method.
See TBindFieldDefWithChildren for creating a TBindFieldDef that also contains a list of child field definitions.