Data.DB.TFieldDef.AddChild

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TFieldDef

Delphi

function AddChild: TFieldDef;

C++

TFieldDef* __fastcall AddChild();

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