Midware TMWTable.BeforeClose
Jump to navigation
Jump to search
Main page -> Midware component reference -> TMWTable -> BeforeClose
Definition
proporty BeforeClose:TDataSetNotifyEvent;
Description
Occurs before an application executes a request to close the dataset.
Write a BeforeClose event to take specific action before an application closes a dataset. Calling Close or setting the Active property to False results in a call to the BeforeClose event handler.