Sequence

Top  Previous  Next

Returns a TSequence object from the sequences array.

 

Syntax:

function Sequence(ItemIndex: Integer): TSequence;

 

Parameters:

ItemIndex is the ordinal position of the sequence you want to retrieve from the sequences array.  You can get the number of sequences in the current schema using the SequenceCount method.

 

The return value is a TSequence type.

 

Example:

 

scripting_tschema_sequence