Midware TMWTable.BeforeClose
Revision as of 07:56, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> BeforeClose ==…')
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.