Vcl.DBGrids.TGridDataLink.DataSetScrolled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DataSetScrolled(Distance: Integer); override;

C++

virtual void __fastcall DataSetScrolled(int Distance);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TGridDataLink

Description

Informs the TCustomDBGrid when the dataset has finished scrolling.

Applications cannot call the DataSetScrolled procedure directly. This procedure is called automatically after the dataset for the TCustomDBGrid scrolls. TGridDataLink informs the TCustomDBGrid that a scroll of the dataset has just occurred by calling its Scroll method.

See Also