OnVScrollBox Event
Occurs when the vertical scrollbar button of a virtual dimensioned window is dragged

 

 

  

Syntax:

OnVScrollBox <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