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 |
|
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