API:Data.DB.TIndexDefs.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(ADataSet: TDataSet); virtual;

C++

__fastcall virtual TIndexDefs(TDataSet* ADataSet);

Properties

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

Description

Instantiates a TDefCollection object.

Data.DB.TIndexDefs.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