Data.DB.TDataSet.DoBeforeScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoBeforeScroll; virtual;

C++

virtual void __fastcall DoBeforeScroll();

Properties

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

Description

BeforeScroll event dispatcher.

DoBeforeScroll is a BeforeScroll event dispatcher. Override this method to change the behavior of the dataset before an application scrolls from one record to another.

See Also