RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.Connected Property

Indicates whether the SOAP connection component is connected to the application server.

Pascal
property Connected: Boolean;
C++
__property Boolean Connected;

Set Connected to true to establish a connection to the application server. Set Connected to false to terminate the connection.  

When changing the value of Connected, TSoapConnection generates a BeforeConnect and an AfterConnect event, or a BeforeDisconnect and an AfterDisconnect event. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!