Data.Bind.ObjectScope.TBindFieldDef.HasChildDefs
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindFieldDef |
Delphi
function HasChildDefs: Boolean; virtual;
C++
virtual bool __fastcall HasChildDefs();
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.