TdxBackendCustomDataConnection.Active Property
Specifies if the data connection is active.
Declaration
property Active: Boolean read; write; default True;
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | True |
|
Remarks
You can set the Active property to False to disable the current data connection component.
Default Value
The Active property’s default value is True.
See Also