TdxBackendCustomParameter.Visible Property
Specifies if the parameter editor is visible in an end-user Parameters panel/dialog.
Declaration
property Visible: 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 Visible property’s default value is True.
See Also