Data.Bind.ObjectScope.TBindFieldDefWithChildren.HasChildDefs
Delphi
function HasChildDefs: Boolean; override;
C++
virtual bool __fastcall HasChildDefs(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp |
Data.Bind.ObjectScope | TBindFieldDefWithChildren |
Description
Indicates whether the field of the TBindFieldDef object has any child field definitions.
Data.Bind.ObjectScope.TBindFieldDefWithChildren.HasChildDefs inherits from Data.Bind.ObjectScope.TBindFieldDef.HasChildDefs. All content below this line refers to Data.Bind.ObjectScope.TBindFieldDef.HasChildDefs.
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.