RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBStoredProc.BeforeDatabaseDisconnect Event

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

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

Write a BeforeDatabaseDisconnect event handler to respond when the dataset is about to close 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!