Gets the referenced element property value.
This global function reads a value from the named property of the named control.
propertyReference typically takes the form of elementname@propertyname; however, elementname is optional.
The shorthand GETP("@propertyname", value) can be used when referring to the control that owns the running script (i.e., 'self').
See Selecting Points in Run Mode for a usage example.
