Vcl.Grids.TCustomGrid.ScrollData

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ScrollData(DX, DY: Integer);

C++

void __fastcall ScrollData(int DX, int DY);

Properties

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

Description

Scrolls the visual image of the cells in the grid.

Grid controls call ScrollData internally when the nonfixed rows or columns scroll. ScrollData updates the image of the grid.

See Also