API:Data.Bind.ObjectScope.TBindFieldDefWithChildren.HasChildDefs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TBindFieldDefWithChildren

Delphi

function HasChildDefs: Boolean; override;

C++

virtual bool __fastcall HasChildDefs();

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.

See Also