The Dialog class / ui.Dialog methods |
Showing or hiding a default action view.
setActionHidden( name STRING, hide BOOLEAN )
CALL DIALOG.setActionHidden( "confirm", TRUE )
The first parameter identifies the action object of the dialog.
For more details about action names, see Identifying actions in dialog methods.