Specifies the connection behavior.
Class
TCustomDAConnection
Syntax
property Options: TDAConnectionOptions;
Remarks
Set the properties of Options to specify the behaviour of the connection.
Descriptions of all options are in the table below.
Option Name | Description |
AllowImplicitConnect |
Specifies whether to allow or not implicit connection opening. |
DisconnectedMode |
Opens a connection only when needed to perform a server call, and closes that connection after the operation is complete. |
KeepDesignConnected |
Prevents an application from establishing a connection at the time of startup. |
LocalFailover |
If True, the OnConnectionLost event occurs, and a failover operation can be performed after the connection is lost. |
See Also