RAD Studio VCL Reference
|
Connects to a remote application server.
procedure DoConnect; override;
virtual __fastcall DoConnect();
DoConnect is used internally to connect to the application server when the Connected property is set to true. If the Host or Address and Port properties are set, DoConnect uses these to locate the socket on the server machine. Otherwise, if the ObjectBroker property is set, it obtains these values from the object broker.
Once the server machine is located, DoConnect opens a connection.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|