Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TWinControl.ScrollBy

Scrolls the control (and all child controls) by the specified amounts.

Declaration

Source position: controls.pp line 2319

public procedure TWinControl.ScrollBy(

  DeltaX: Integer;

  DeltaY: Integer

); virtual;

Arguments

DeltaX

  

Increment for Left.

DeltaY

  

Increment for Top.