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
  • TdxBackendCustomParameter.Enabled Property

    Specifies if the parameter’s editor is enabled in an end-user Parameters panel/dialog.

    Declaration

    property Enabled: Boolean read; write; default True;

    Property Value

    Type Default Description
    Boolean True

    True if the parameter’s editor is enabled in the end-user UI; otherwise, False.

    Remarks

    Use Enabled and Visible properties to define if the parameter is enabled and visible to end users.

    Default Value

    The Enabled property’s default value is True.

    See Also