Indexes Object

The Indexes object represents the collection of the Index objects and provides methods for controlling and accessing the stored objects.

Methods

Count Returns the number of objects, stored in the collection.
Append Adds a new object to the collection.
GetByName Gets an object from the collection by its name.
GetByNumber Gets an object from the collection by its number.
DeleteByName Removes an object from the collection by its name.
DeleteByNum Removes an object from the collection by its number.
Refresh Refreshes the object collection.

Remarks

The Indexes object belongs to the TableDef object and can be retrieved by calling the Indexes method.

 

See Also

Index Object, TableDef Object, Indexes Method