.TableIndex

This class represents the indexes of a table.

Use the Find method to select one index before using the properties. Or enumerates them with the FOR EACH keyword.

This class is virtual. You cannot use it as a datatype.

This class is not creatable.

This class is enumerable with the FOR EACH keyword.

DIM hTableIndex AS .TableIndex
FOR EACH hTableIndex
  ...
NEXT

Enumerates all indexes by changing the current index representing by the object.

This class can be used as a function.

SUB .TableIndex ( Name AS String )

This is a synonymous of the Find method.

Properties  Methods 
Fields  Name  Primary  Unique    Create  Delete  Find