API: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

Allows a response to scrolling the representation of the dataset within the data-aware object.

Vcl.DBGrids.TGridDataLink.DataSetScrolled inherits from Data.DB.TDataLink.DataSetScrolled. All content below this line refers to Data.DB.TDataLink.DataSetScrolled.

Allows a response to scrolling the representation of the dataset within the data-aware object.

DataSetScrolled ignores the Distance parameter and calls DataSetChanged. Derived classes can override this procedure to make additional adjustments when the dataset scrolls.

See Also