Data.DB.TDataSet.DoBeforeScroll
Delphi
procedure DoBeforeScroll; virtual;
C++
virtual void __fastcall DoBeforeScroll(void);
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.