RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDatabase.AfterDisconnect Event

Occurs after the connection closes.

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

Write an AfterDisconnect event handler to take application-specific actions after the connection component drops a connection. 

 

BeforeDisconnect 

Connected 

Disconnecting from a Database Server

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!