These methods can be used for retrieving general dialog information, moving through the dialog, and enabling actions.
There is some specifics about using variables with ui.Dialog methods.
You can learn about them here.
binds the ui.Dialog object with the current active dialog |
|
retrieves the name of the current active form item |
|
moves the cursor to the next row when DISPLAY ARRAY or INPUT ARRAY is executed |
|
retrieves the current row of the DISPLAY ARRAY or INPUT ARRAY list |
|
returns an integer number representing the total number of rows in the DISPLAY ARRAY or INPUT ARRAY list |
|
accepts the value input to the current field and terminates the current dialog (is equal to pressing the Accept key) |
|
enables and disables the actions specified in ACTION or COMMAND clauses |
|
modifies the default view of an action so that it becomes visible or hidden |