Top Method Summary
Options Name Purpose
INT64 NextValue () Increments or decrements the sequence and returns the next value
Reset () Resets the sequence to its initial value

Top Constructor Summary
Options Name Purpose
Sequence () Constructor for the Sequence class
Sequence (int64) Constructor for the Sequence class
Sequence (int64, integer) Constructor for the Sequence class

Top Property Summary
Options Name Purpose
INT64 CurrentValue
INTEGER Increment
INT64 Initial


Method Detail
Top

INT64 NextValue ()

Purpose: Increments or decrements the sequence and returns the next value
Notes:

Returns INT64
The new sequence value
Top

Reset ()

Purpose: Resets the sequence to its initial value
Notes:



Constructor Detail
Top

Sequence ()

Purpose: Constructor for the Sequence class
Notes:

Top

Sequence (int64)

Purpose: Constructor for the Sequence class
Notes:

Parameters:
piInitialValue INT64
The initial value to use for the sequence
Top

Sequence (int64, integer)

Purpose: Constructor for the Sequence class
Notes:

Parameters:
piInitialValue INT64
The initial value to use for the sequence
piIncrement INTEGER
The increment to use for the sequence (positive, negative)


Property Detail
Top

INT64 CurrentValue


Returns INT64
Top

INTEGER Increment


Returns INTEGER
Top

INT64 Initial


Returns INT64


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:05:50