Data.DB.TFieldDefs.Create

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

constructor Create(AOwner: TPersistent); virtual;

C++

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

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