TDataSet.AfterRefresh
TDataSet
Top
Occurs after an application refreshes the data in the dataset.
property
AfterRefresh:
TDataSetNotifyEvent
;
Description
Write an AfterRefresh event handler to take specific action immediately after an application has updated the records in the dataset. AfterRefresh is generated by calls to the Refresh method.