FireDAC.Comp.DataSet.TFDDataSet.DoBeforeScroll
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDDataSet |
Delphi
procedure DoBeforeScroll; override;
C++
virtual void __fastcall DoBeforeScroll();
Description
BeforeScroll event dispatcher.
FireDAC.Comp.DataSet.TFDDataSet.DoBeforeScroll inherits from Data.DB.TDataSet.DoBeforeScroll. All content below this line refers to Data.DB.TDataSet.DoBeforeScroll.
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.