Scroll - DfBaseList
Causes the contents of the object display window to scroll in given direction
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| eDirection | Integer | ConstantMeaning |
| iNumLines | Integer | The number of lines to scroll |
Syntax
Procedure Scroll Integer eDirection Integer iNumLines
Call Example
Send Scroll eDirection iNumLines
Description
Scroll causes the contents of the object display window to scroll upward (relative to the screen and cursor) when the upward_direction keyword is used or upward is true or downward when it is false or the downward_direction keyword is used, by the number of lines specified in lines.
send scroll downward_direction 1
send scroll upward_direction (current_item(self) 10)