Data.DB.TDataSet.DoBeforeScroll
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure DoBeforeScroll; virtual;
C++
virtual void __fastcall DoBeforeScroll();
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.