Midware TMWTable.AfterClose
Revision as of 07:36, 7 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TMWTable -> AfterClose == D…')
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.