[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new TIndexDefs instance
Source position: db.pas line 1034
public constructor TIndexDefs.Create( |
ADataSet: TDataSet |
); virtual; overload; |
ADataSet |
|
Dataset for which the index definitions are stored |
Create initializes a new instance of the TIndexDefs class. It simply calls the inherited destructor with the appropriate item class, TIndexDef.
|
Index definition |
|
TIndexDefs.Destroy |
|
Remove the indexdefs from memory. |