API: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

Instantiates a TDefCollection object.

Data.DB.TFieldDefs.Create inherits from Data.DB.TDefCollection.Create. All content below this line refers to Data.DB.TDefCollection.Create.

Instantiates a TDefCollection object.

Do not call the Create method. TDefCollection objects are created by the dataset that uses them to manage definition objects. The ADataset parameter specifies the dataset that creates the TDefCollection object. It becomes the value of the DataSet property. The AOwner parameter indicates the object on whose behalf the definition is created. The AClass parameter specifies a descendant class of TNamedItem, and indicates the type of definition objects in the Items property array.

See Also