Data.DB.TFieldDef.HasChildDefs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasChildDefs: Boolean;

C++

bool __fastcall HasChildDefs();

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB TFieldDef

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