Data.DB.TFields.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(Field: TField);

C++

void __fastcall Add(TField* Field);

Properties

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

Description

Inserts a new field to the end of the Fields array.

Applications do not normally call the Add method directly. When field objects are created, Add is called automatically by the dataset.

See Also