RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DB.TConnectChangeEvent Type

Type of function called when connection changes.

Pascal
TConnectChangeEvent = procedure (Sender: TObject; Connecting: Boolean) of object;
C++
(Sender: TObject; Connecting: Boolean) ( TConnectChangeEvent)();

TConnectChangeEvent is the type of function that is called whenever the connection state changes for TCustomConnection. Sender is the connection object . Connecting indicates whether the connection is established (true) or ending (false). is be 

 

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