EVENT:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Event fired after object is successfully closed.

 

 

 

 

PROPERTY OF:

 

 

ADODatabase

 

 

ADOQuery

 

 

ADOTable

 

 

ADOStoredProc

 

 

ADODataShape

 

 

ADOPersist

 

 

 

 

PARAMETERS:

 

 

none

 

 

 

 

 

DESCRIPTION:

 

 

An attempt to close object occurs when its active property is set to false. 

 

 

 

The close can also be prevented by the object canClose event handler. If not, the object is closed, and its onClose event fires.