Datasnap.DSServer.TDSServer.OnConnect
| [–] Properties | |
|---|---|
| Type: event | |
| Visibility: published | |
| Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
| Unit: Datasnap.DSServer | |
| Parent: TDSServer | |
Delphi
property OnConnect: TDSConnectEvent read FConnectEvent write FConnectEvent;
C++
__property TDSConnectEvent OnConnect = {read=FConnectEvent, write=FConnectEvent};
Description
Occurs when a connection is opened.
Use this event to receive notification when a connection is opened. If an exception is raised in this event handler, the connection is denied.