ReasonFormTable.setControlsVisible Method [AX 2012]

Sets the value of the visible property of all referenced controls found within this helper class.

public void setControlsVisible([boolean _visible])

Run On

Called

Parameters

_visible
Type: boolean
The value of the visible property value to set all controls; optional.

This method is called from the initControl method to hide all controls on the form.

Community Additions

ADD
Show: