Data.DB.TDataLink.DataSetScrolled

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TDataLink

Delphi

procedure DataSetScrolled(Distance: Integer); virtual;

C++

virtual void __fastcall DataSetScrolled(int Distance);

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