ui.Dialog.setActionHidden

Showing or hiding a default action view.

Syntax

setActionHidden(
   name STRING,
   hide BOOLEAN )
  1. name is the name of the action.
  2. hide is a boolean value.

Usage

Use the setActionHidden() method to hide the default view (and context menu option) of an action.
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.