FormGroupControl.enabled Method [AX 2012]

Determines whether the object is enabled or disabled.

public boolean enabled([boolean value])

Run On

Client

Parameters

value
Type: boolean
A Boolean value that indicates whether a form group control is enabled; optional.

Return Value

Type: boolean
true if the object is enabled; otherwise, false.

The enabled property lets you enable or disable controls at run time. For example, you can disable objects that do not apply to the current state of the application. You can also disable a control that is used only for display purposes, such as an error message that provides read-only information.

Community Additions

ADD
Show: