Gets the referenced element property value.

public object GETP( 
string propertyReference 
)

Parameters

propertyReference

Type: string

The fully-qualified or self-qualified property to get.

Return Value

The 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.