Difference between revisions of "Midware TMWTable.BeforeClose"

From Overbyte
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 07:56, 7 May 2011

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.