Icon AfterScroll Event

property AfterScroll: TNotifyEvent

Usage

Available In: Client and Server Applications

This event is triggered after any navigation operation completes for a dataset. The following TDataSet methods cause the AfterScroll event to be triggered:

   First
   Prior
   Next
   Last
   MoveBy
   MoveTo
   Find
   Sort
   GotoBookmark
Image