Midware TMWTable.AfterClose

From Overbyte
Revision as of 15:37, 14 May 2011 by Marie (talk | contribs) (→‎Description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.