RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ITransport.Connected Property

Indicates whether the connection to the application server is established.

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

Set Connected to true to connect to the application server. Set Connected to false to close a connection. 

Read the Connected property to verify that the connection is open before reading from or writing to the application server. 

 

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