Back to Devexpress

TdxBackendCustomDataConnection.Active Property

vcl-dxbackend-dot-tdxbackendcustomdataconnection.md

latest1.4 KB
Original Source

TdxBackendCustomDataConnection.Active Property

Specifies if the data connection component is active.

Declaration

delphi
property Active: Boolean read; write; default True;

Property Value

TypeDefaultDescription
BooleanTrue

Specifies if the data connection component is active:

True Default. Underlying data is available to a client component.FalseUnderlying data is inaccessible to a client component. TdxCustomDashboardControl.ReloadData procedure calls have no effect on the current data connection component. |

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

TdxBackendDataSetJSONConnection.AutoRefreshData Property

TdxCustomDashboardControl.ReloadData Procedure

TdxBackendCustomDataConnection Class

TdxBackendCustomDataConnection Members

dxBackend Unit