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

Delphi

constructor Create(ADataSet: TDataSet); virtual;

C++

__fastcall virtual TIndexDefs(TDataSet* ADataSet);

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