LoggedIn Property
Description
Checks if the user is currently logged in on this TDConnection.
Property type
Read-only property
Syntax
Visual Basic
Public Property LoggedIn As Boolean
Remarks

LoggedIn indicates if a user is authenticated on a connection that has been initialized.

A reference to the LoggedIn  property when Connected is False causes a run-time error.

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

See also:

Connected

RefreshConnectionState 

See Also