Back to Devexpress

TdxBackendCustomParameter.Enabled Property

vcl-dxbackend-dot-parameters-dot-tdxbackendcustomparameter-6ab7a0b2.md

latest978 B
Original Source

TdxBackendCustomParameter.Enabled Property

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

Declaration

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

Property Value

TypeDefaultDescription
BooleanTrue

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

TdxBackendCustomParameter Class

TdxBackendCustomParameter Members

dxBackend.Parameters Unit