This documentation is archived and is not being maintained.
FormTreeControl.isDisplayed Method [AX 2012]
Returns a value that indicates whether the control is displayed.
public boolean isDisplayed()
Run On
Client
Return Value
Type:
boolean
true if the control is displayed; otherwise, false.
To modify the visible state of the control, call the visible method.
The following example shows how to determine whether a control is visible.
info(strfmt("isDisplayed: %1", this.isDisplayed()));