Table

Top  Previous  Next

Returns a TTable object from the tables array.

 

Syntax:

function Table(ItemIndex: Integer): TTable;

 

Parameters:

ItemIndex is the ordinal position of the table you want to retrieve from the tables array.  You can get the number of tables in the current schema using the TableCount method.

 

The return value is a TTable type.

 

Example:

 

scripting_tschema_table