Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V25.2
  • 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
    True
    Default. Underlying data is available to a client component.
    False

    Underlying data is inaccessible to a client component.

    Tip

    This option may be useful for performance enhancement when a template/layout editor is opened and your project includes multiple data connection components.

    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