Data.Bind.ObjectScope.TBindFieldDefWithChildren.HasChildDefs

From RAD Studio API Documentation

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. {{#multireplace:Data.Bind.ObjectScope.TBindFieldDefWithChildren.HasChildDefs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.Bind.ObjectScope.TBindFieldDef.HasChildDefs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.Bind.ObjectScope.TBindFieldDef.HasChildDefs|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also