Scroll - DfBaseRichEdit
Scrolls up or down the control using specified scroll mode
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| eScrollMode | integer | Type of scroll mode. Possible modes are:ConstantMeaning |
Syntax
Procedure Scroll integer eScrollMode
Call Example
Send Scroll eScrollMode
Description
Scrolls up or down the control using the specified eScrollMode.
Sample
This sample scrolls the oRichEdit1 control down one page.
send Scroll of oRichEdit1 SB_PAGEDOWN
Sample
This sample scrolls the oRichEdit1 control using the specified eScrollMode.
Procedure DoScroll integer eScrollMode
send Scroll of oRichEdit1 eScrollMode
End_Procedure // DoScroll