RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSServer.OnConnect Event

Occurs when a connection is opened.

Pascal
property OnConnect: TDSConnectEvent;
C++
__property TDSConnectEvent OnConnect;

Use this event to receive notification when a connection is opened. If an exception is raised in this event handler, the connection is denied. 

 

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