RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIndexDefs.Create Constructor

Creates an instance of TIndexDefs.

Pascal
constructor Create(ADataSet: TDataSet); virtual;
C++
virtual __fastcall TIndexDefs(TDataSet ADataSet);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!