Wrap certain API calls with this in order to facilitate SDS/2 Assembly dialog editor knowing which parts of each function call it needs to wrap in quotes in order to get the expression and not the result of the expression.
More...
Wrap certain API calls with this in order to facilitate SDS/2 Assembly dialog editor knowing which parts of each function call it needs to wrap in quotes in order to get the expression and not the result of the expression.
You should name each argument by the name it's given in the function call. Introspection will be used to figure out which part of the function call that maps to. So, if the name of an argument changes it must be updated here.
The arguments which should generally be protected are:
- Default values passed in through functions on Builder
- Prompt values, often called "label"
- List values, such as on comboboxes and radio buttons
- field names