The following values can be passed to %set command parameter to affect string-list value:
%apploc list One %apploc list Two %apploc list Three %set STRING_PROPERTY_SYMBOL RecommendedDropDownValues list
| %get(<PropName>,<Feature>) | Returns the feature actually set (Feature) of the property/method/event in question (PropName), for values see the %set command. Can be used for testing the setting following the "%set" command as well (for example, %set MethodName Selection enable). <PropName> can also look like @InhrItem@Symbol or @>Component@Symbol see the description of the %set command. |
| %changed(<PropName>) | Can be used as a condition in CHG script files; <PropName> is an item symbol; returns TRUE if CHG script has been called due to editing the given item (user-modified within the inspector); if <PropName> equals to _unKnown_, then it will return TRUE provided the edited item is unknown (CHG script will start from other reason); if <PropName> equals to _ANY_, then TRUE is returned if an arbitrary item has been edited. |
| %changed(<TGrupItem>) | Returns TRUE to an 'item group' item with no value (not a boolean group), provided any item from the group has been edited. |
| %findPropertyByRegExSymbol(<ComponentName>,<RegExprSymbol>) | Finds a valid property in the component of the specified name, a symbol of which will match the regular expression specified; a property will be valid if it is active and defining symbols - i.e. for instance is not disabled within the boolean group of items; if the component/item does not exist or the regular expression matches multiple items, it will return an error that reads as #<error description>. |