RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIndexDefs.Create Constructor

Creates an instance of TIndexDefs.

Pascal
constructor Create(ADataSet: TDataSet);
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!