GridScrollUp method (WinStudio scripts)

Applies To

IWSFormComponent interface

Definition

This method allows the user to scroll up through a set of records one page at a time.

Syntax

object.GridScrollUp()

  Part   Description
object Required. A reference to a form or form component object.

Remarks

This method can be used only with Grid components and then only if the No Scroll component property is set to [True]. If the No Scroll component property is set to [False], this method does nothing.

Example

Sub Main()
   ThisForm.Components("MyGridComponent").GridScrollUp()
End Sub 

Related Topics

About Grid components

About VerticalGrid and VerticalGridElement components

GridScrollDown method (WinStudio scripts)

VerticalGridScrollUp method (WinStudio scripts)

VerticalGridScrollDown method (WinStudio scripts)