Data.DB.TFieldDefs.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TPersistent); virtual;

C++

__fastcall virtual TFieldDefs(System::Classes::TPersistent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Data.DB.pas
Data.DB.hpp
Data.DB TFieldDefs

Description

Creates an instance of TFieldDefs.

Applications should not need to instantiate TFieldDefs. TFieldDefs objects are created automatically by dataset components. An example of such a default TFieldDefs object is the FieldDefs property of the TDataSet component or the ChildDefs property of a TFieldDef object.

The AOwner parameter specifies the object that uses TFieldDefs to implement one of its properties (the dataset or field definition object).

See Also