Schema

Top  Previous  Next

Returns a TSchema object from the schemas array.

 

Syntax:

function Schema(ItemIndex: Integer): TSchema;

 

Parameters:

ItemIndex is the ordinal position of the schema you want to retrieve from the schemas array.  You can get the number of schemas using the SchemaCount method.

 

The return value is a TSchema type.

 

Example:

 

scripting_tdatabase_schema