RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLConnection.BeforeConnect Event

Occurs immediately before establishing a connection.

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

Write a BeforeConnect event handler to take application-specific actions before the connection component opens a connection to the remote source of database information. 

 

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