Data.DB.TDataLink.DataSetScrolled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DataSetScrolled(Distance: Integer); virtual;

C++

virtual void __fastcall DataSetScrolled(int Distance);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataLink

Description

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