Difference between revisions of "Midware TMWTable.AfterScroll"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> AfterScroll ==…') |
(No difference)
|
Latest revision as of 07:53, 7 May 2011
Main page -> Midware component reference -> TMWTable -> AfterScroll
Definition
proporty AfterScroll:TDataSetNotifyEvent;
Description
Occurs after an application scrolls from one record to another.
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.