Data.DB.TFieldDef.AddChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AddChild: TFieldDef;

C++

TFieldDef* __fastcall AddChild();

Properties

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

Description

Adds a new TFieldDef object to the ChildDefs array.

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.

See Also