Action Statement
Change the priority of an object.
change {OBJECT_NAME|CLASS_NAME} priority to PRIORITY
OBJECT_NAME
The identifier for an object.
CLASS_NAME
The identifier for a class of objects.
to PRIORITY
An integer value representing the object's new priority.
Description
You cannot change the priority of the primary region and regions whose parent is desktop.
Example
response to Help_PB
change Button1_Key priority to 3
response to HelpSet_PB
change Button2_Key in Keyboard_GR priority to New_priority_IV
See Also
priority is Attribute Definition
priority of Object Inquiry Built-in Function