Datasnap.Win.SConnect.TWebConnection.DoConnect
Delphi
procedure DoConnect; override;
C++
virtual void __fastcall DoConnect(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp |
Datasnap.Win.SConnect | TWebConnection |
Description
Connects to an application server.
DoConnect is called internally when the Connected property is set to True. Using the ITransport interface, DoConnect connects to the application server and sets the value of the AppServer property to its interface.