pbAutoConnect - cConnection
When True, AutoConnect registers all connections by sending RegisterAllConnections and logs in to all connections by sending LoginAll
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbAutoConnect
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbAutoConnect to BooleanVariable |
| Write Access: | Set pbAutoConnect to BooleanVariable/Value |
Description
If pbAutoConnect is True, AutoConnect registers all connections by sending RegisterAllConnections and logs in to all connections by sending LoginAll. If either of these messages fail, the application is aborted.
Default is True.