Connect Method

Top  Previous  Next

The Connect method initializes the connection sequence process. Actually it doesn't produce by itself a connection to a resource, but fires the OnConnectRemote event in order to give the change to the client program to establish the connection to the resource which will be the XML producer (a local or remote file, a local or remote TnbXXMLBroker, a Web Service, etc).

 

Visual Basic Syntax

 

TNBXXmlClient.Connect

 

Delphi Syntax

 

TNBXXmlClient.Connect;

 

 

See also Disconnect method, OnConnect, OnConnectRemote and OnConnectionFail events.