Data.DB.TDataSet.DoAfterScroll
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TDataSet |
Delphi
procedure DoAfterScroll; virtual;
C++
virtual void __fastcall DoAfterScroll();
Description
AfterScroll event dispatcher.
DoAfterScroll is an AfterScroll event dispatcher. Override this method to change the behavior of the dataset after an application scrolls from one record to another.