RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDataSet.AfterScroll Event

Occurs after an application scrolls from one record to another.

Pascal
property AfterScroll: TDataSetNotifyEvent;
C++
__property TDataSetNotifyEvent AfterScroll;

Write an AfterScroll event handler to take specific action immediately after an application scrolls to another record as a result of a call to the First, Last, MoveBy, Next, Prior, FindKey, FindFirst, FindNext, FindLast, FindPrior, and Locate methods. AfterScroll is called after all other events triggered by these methods and any other methods that switch from record to record in the dataset. 

 

BeforeScroll 

First 

Last 

MoveBy 

Next 

Prior 

Navigating Datasets

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!