Midware TMWTable.BeforeScroll
Revision as of 08:18, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> BeforeScroll …')
Main page -> Midware component reference -> TMWTable -> BeforeScroll
Definition
proporty BeforeScroll:TDataSetNotifyEvent;
Description
Occurs before an application scrolls from one record to another.
Write a BeforeScroll 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. BeforeScroll is called before all other events triggered by these methods and any other methods that switch from record to record in the dataset.