Data.DB.TDataSet.DoAfterScroll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterScroll; virtual;

C++

virtual void __fastcall DoAfterScroll();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TDataSet

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.

See Also