Midware TMWTable.AfterClose

From Overbyte
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.