| 
            
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| + | INT64 NextValue () | 
     Increments or decrements the sequence and returns the next value  | 
|
| + | Reset () | 
     Resets the sequence to its initial value  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | Sequence () | 
     Constructor for the Sequence class  | 
|
| + | Sequence (int64) | 
     Constructor for the Sequence class  | 
|
| + | Sequence (int64, integer) | 
     Constructor for the Sequence class  | 
| Options | Name | Purpose | |
|---|---|---|---|
| + | INT64 CurrentValue | 
       | 
|
| + | INTEGER Increment | 
       | 
|
| + | INT64 Initial | 
       | 
| 
         
            
                Top
                
            
         
        PUBLIC INT64 NextValue ()
 
  | 
|||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC Reset ()
 
  | 
|||||||||||||
        
        PUBLIC Sequence ()
 
  | 
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC Sequence (int64)
 
  | 
||||||||||||||||||||
        
        PUBLIC Sequence (int64, integer)
 
  | 
||||||||||||||||||||
        
        PUBLIC INT64 CurrentValue
 
  | 
|||||||||
|---|---|---|---|---|---|---|---|---|---|
        
        PUBLIC INTEGER Increment
 
  | 
|||||||||
        
        PUBLIC INT64 Initial
 
  | 
|||||||||