[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Add a new index definition with given name and options
Source position: db.pas line 1035
public procedure TIndexDefs.Add( |
const Name: string; |
const Fields: string; |
Options: TIndexOptions |
); |
Name |
|
Name for the new index definition |
Fields |
|
Value for the Fields property of the new index definition. |
Options |
|
Value for the Options property of the new index definition. |
Add adds a new TIndexDef instance to the list of indexes. It initializes the index definition properties Name, Fields and Options with the values given in the parameters with the same names.
If an index with the same Name already exists in the list of indexes, an exception will be raised.
|
Index definition |
|
|
Name of the item |
|
|
Fields making up the index |
|
|
Index options |
|
|
Add a new, empty, index definition |