ConnectStatus Property
- Last UpdatedNov 07, 2016
- 1 minute read
Returns the status of the connection. This property is read-only.
Data Type
Message
Syntax
Object.ConnectStatus
Values
Connected = The control is connected to the database.
Not Connected = The control is not connected to the database.
In Progress = The control is connecting to the database.
Example
The name of the control is AlmDbView1 and tagname is a message tag.
Tagname = #AlmDbView1.ConnectStatus;