Index

Top  Previous  Next

Returns a TIndex object from the indexes array.

 

Syntax:

function Index(ItemIndex: Integer): TIndex;

 

Parameters:

ItemIndex is the ordinal position of the index you want to retrieve from the indexes array.  You can get the number of indexes in the table using the IndexCount method.

 

The return value is a TIndex type.

 

Example:

 

scripting_ttable_index