Enables you to specify a restricted list of definitions that you can choose from when you click Choices for a property – this restricted list references elements of a particular definition and elements of any other definition that it inherits from (is attached to through an inheritance line). It is used to add further refinement to an EDIT LISTOF or EDIT ONEOF statement, and is used in UML modeling.
"Method" HELP "Choose a method from the proper class" }
In the example above, when you click Choices in the message definition, you get methods of the class that the message line is attached to (the "To Class", not the "From Class"), and any methods of any class that is a superclass of that class (connected to that class through an inheritance line).