Data.DB.TFieldDef.HasChildDefs
| [–] 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.