Occurs immediately before an application refreshes the data in the dataset. Syntax: property BeforeRefresh: TDataSetNotifyEvent; Description: Write a BeforeRefresh event handler to take specific action immediately before an application updates the records in the dataset. BeforeRefresh is generated by calls to the Refresh method. |