RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.Connect Method

Establishes or terminates a connection to the Web Service application.

Pascal
procedure Connect(Value: Boolean);
C++
__fastcall Connect(Boolean Value);

Note: On Windows, call Connect to open or close a connection to the Web Service application identified by the URL property. Connect opens a connection using WinInet.
Note: Connect is not available on Linux.
Value indicates whether to open or close the connection. When Value is true, Connect establishes a connection. When Value is false, Connect terminates the connection. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!