Add a new, empty, index definition.
Source position: db.pas line 1280
| public function TIndexDefs.AddIndexDef: TIndexDef; | 
New TIndexDef instance.
AddIndexDef adds a new TIndexDef instance to the list of indexes, and returns the newly created instance. It does not initialize any of the properties of the new index definition.
| 
 | Add a new index definition with given name and options. |