Create a new TIndexDefs instance.
Source position: db.pas line 1278
| 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. |