Data.DB.TFieldDef.HasChildDefs

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFieldDef

Delphi

function HasChildDefs: Boolean;

C++

bool __fastcall HasChildDefs();

Description

Indicates whether the field of the TFieldDef object has any child field definitions.

If the TFieldDef object defines an object field, such as TADTField or TArrayField, HasChildDefs returns true.

See Also