Difference between revisions of "Midware TMWTable.AfterClose"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Description == | == Description == | ||
+ | Occurs after an application closes a dataset. | ||
Write an AfterClose event handler to take specific action immediately after an application closes a dataset. AfterClose is called after a dataset is closed and the dataset state is set to dsInactive. | Write an AfterClose event handler to take specific action immediately after an application closes a dataset. AfterClose is called after a dataset is closed and the dataset state is set to dsInactive. |
Latest revision as of 15:37, 14 May 2011
Main page -> Midware component reference -> TMWTable -> AfterClose
Definition
proporty AfterClose:TDataSetNotifyEvent;
Description
Occurs after an application closes a dataset.
Write an AfterClose event handler to take specific action immediately after an application closes a dataset. AfterClose is called after a dataset is closed and the dataset state is set to dsInactive.