Difference between revisions of "Midware TMWTable.AfterClose"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> AfterClose == D…')
 
Line 8: Line 8:
  
 
Occurs after an application closes a dataset.
 
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.

Revision as of 07:39, 7 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.