FireDAC.Comp.DataSet.TFDDataSet.DoBeforeScroll
Delphi
procedure DoBeforeScroll; override;
C++
virtual void __fastcall DoBeforeScroll();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp |
FireDAC.Comp.DataSet | TFDDataSet |
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.