RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDef.ChildDefs Property

Specifies the TFieldDefs object that contains an array of child fields.

Pascal
property ChildDefs: TFieldDefs;
C++
__property TFieldDefs ChildDefs;

If the field that the TFieldDef object represents is an object field such as TADTField or TArrayField, child fields of the object field are stored in the TFieldDefs array referenced by the ChildDefs property.

Note: You can't create tables that contain object fields. ChildDefs is only used in field definitions that reflect an existing dataset, not field definitions that are used to create a new dataset.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!