TABSAdvIndexDefs holds the list of available advanced index definitions for a table.
Unit
ABSMain
Description
TABSTable component use TABSAdvIndexDefs to implement the AdvIndexDefs and RestructureIndexDefs properties. These index definitions can be used to obtain information about the indexes defined for the underlying data or, when the component is used to create a table, to create the indexes of that table.
Use the properties and methods of TABSAdvIndexDefs to:
· | Access a specific index definition.
|
· | Determine how many index definitions this TABSAdvIndexDefs object contains.
|
· | Add or delete index definitions.
|
· | Copy all index definitions from one TABSAdvIndexDefs to another.
|
Note: you cannot use TABSAdvIndexDef objects in a dataset component's AdvIndexDefs property to add indexes to already existing tables. To do that, use methods such as AddIndex.
|
|