OnScrollDown Event
Occurs when a virtual dimensioned window is
scrolled down
Syntax:
OnScrollDown <ActionProcedure>
Position of scrollbars in a virtual dimensioned window can be retrieved via the ‘value’ property of ‘HscrollBar’ and ‘VscrollBar’ pseudo-controls:
WindowName.HscrollBar.value
WindowName.VscrollBar.value