Skip to content

DoScrollUp - EntryList

Emulates pressing a spin button up

Type: Procedure

Syntax

Procedure DoScrollUp

Call Example

Send DoScrollUp

Description

Sending the DoScrollUp message emulates pressing a spin button up. If the active cell in a grid does not support a spin button, this procedure does nothing. Normally, you will assign keys to this procedure and to the procedure DoScrollDown.

// assign keys to manually spin value
On_Key Key_Ctrl+Key_U Send DoScrollUp
On_Key Key_Ctrl+Key_D Send DoScrollDown