Vcl.Grids.TCustomGrid.TimedScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure TimedScroll(Direction: TGridScrollDirection); dynamic;

C++

DYNAMIC void __fastcall TimedScroll(TGridScrollDirection Direction);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Extends a move, resize, or selection out of the scrollable region when the user drags the mouse in a direction where the grid is scrolled.

TimedScroll is called periodically as the user continues to drag with the mouse outside of the scrollable cells in the grid. TimedScroll does nothing unless the user is moving a row or column, resizing a row or column, or selecting a multiple cell region using the mouse. TimedScroll scrolls the cells in the grid to allow the operation to continue into the portion of the grid that was hidden due to scrolling.

See Also