RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDef.AddChild Method

Adds a new TFieldDef object to the ChildDefs array.

Pascal
function AddChild: TFieldDef;
C++
__fastcall TFieldDef AddChild();

Use AddChild to add a new field definition for a child field of the TFieldDef object's field. AddChild returns the new field definition for the subfield. 

Typically, applications never need to call AddChild because you can't create tables that include object fields. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!