ProjectConnected Property
Description
Checks if the TDConnection is connected to a project.
Property type
Read-only property
Syntax
Visual Basic
Public Property ProjectConnected As Boolean
Remarks

True after a success call to Connect and False after a call to Disconnect.

If the connection is broken without a call to Disconnect, this property remains true. This can happen if the connection is broken by the server, rather than by the OTA application.

For a table of properties affected by the state of the connection, see the Remarks for the TDConnection object.

See also:

RefreshConnectionState 

See Also