Datasnap.Win.SConnect.TWebConnection.DoConnect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoConnect; override;

C++

virtual void __fastcall DoConnect();

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.

See Also