The Dialog class / ui.Dialog methods |
Returns the current form used by the dialog.
getForm() RETURNING result ui.Form
The getForm() method returns a ui.Form object as a handle to the current form used by the dialog.
Use this form object to modify elements of the current form. For example, you can hide some parts of the form with the ui.Form.setElementHidden() method.