Difference between revisions of "Midware TMWTable.AfterClose"
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Description == | == Description == | ||
− | |||
− | |||
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. |
Revision as of 15:34, 14 May 2011
Main page -> Midware component reference -> TMWTable -> AfterClose
Definition
proporty AfterClose:TDataSetNotifyEvent;
Description
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.