Type of function called when connection changes.
TConnectChangeEvent = procedure (Sender: TObject; Connecting: Boolean) of object;
(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!
|