Back to Devexpress

TdxBackendCustomParameter.Visible Property

vcl-dxbackend-dot-parameters-dot-tdxbackendcustomparameter-686fcabd.md

latest970 B
Original Source

TdxBackendCustomParameter.Visible Property

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

Declaration

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

Property Value

TypeDefaultDescription
BooleanTrue

True if the parameter 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 Visible property’s default value is True.

See Also

TdxBackendCustomParameter Class

TdxBackendCustomParameter Members

dxBackend.Parameters Unit