Datasnap.Win.SConnect.TWebConnection.DoConnect
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.Win.SConnect.pas Datasnap.Win.SConnect.hpp
| |
Unit: Datasnap.Win.SConnect | |
Parent: TWebConnection |
Delphi
procedure DoConnect; override;
C++
virtual void __fastcall DoConnect();
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.