Icon BeforeScroll Event

property BeforeScroll: TDataSetEvent

Usage

Available In: Client and Server Applications

This event is triggered before any navigation operation starts for a dataset. The following TDataSet methods cause the BeforeScroll event to be triggered:

   First
   Prior
   Next
   Last
   MoveBy
   MoveTo
   Find
   Sort
   GotoBookmark

Return False from the event handler to prevent the navigation from occurring.
Image