RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStoredProc.AfterDatabaseDisconnect Event

Occurs immediately after the connection to the associated database is closed.

Pascal
property AfterDatabaseDisconnect: TNotifyEvent;
C++
__property TNotifyEvent AfterDatabaseDisconnect;

Write an AfterDatabaseDisconnect event handler to respond when the dataset closes its connection to the database specified by the Database property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!