[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Scrolls the non-fixed area for the control by the specified delta values.
Source position: grids.pas line 1157
protected procedure TCustomGrid.ScrollBy( |
DeltaX: Integer; |
DeltaY: Integer |
); override; |
Calls ScrollWindowEx to perform the scrolling operation for the non-fixed client area in the control. No scrolling is performed when both DeltaX and DeltaY contain 0 (zero).
Updates the visible grid area in the cached information for the control, and recalculates the scrollbar ranges.
|
Scrolls the control (and all child controls) by the specified amounts. |
lazarus-ccr.sourceforge.net |