Icon ScrollBy Method

procedure ScrollBy(X,Y: Integer)

Available In: Visual Client Applications

If an application's Surface width and/or height is greater than the application viewport's Width and Height properties, then you can use this method to scroll the viewport of the application horizontally, vertically, or both. The X and Y values represent the number of pixels to scroll the viewport by, and may be negative values for scrolling backward.
Image