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

Creates an instance of TIndexDefs.

Applications should not instantiate TIndexDefs. TIndexDefs objects are created automatically by the dataset that uses them (even if the dataset currently has no indexes).

See Also