<OBJECT>.REFERENCE_EXPRESSION_GET()

Syntax

Expression as C = <OBJECT>.REFERENCE_EXPRESSION_GET()

Description

The <OBJECT>.REFERENCE_EXPRESSION_GET() method applies to:

The <OBJECT>.REFERENCE_EXPRESSION_GET() method returns the expression required to reconstruct a reference to the object.

Supported By

Alpha Five Version 5 and Above

Limitations

Desktop applications only.

Example

dim ptr as P

ptr = form.load("Travel Time")

? ptr.name() à "Travel_Time"

? ptr.Reference_Expression_Get()

= ":Travel_Time.this"

See Also

Form Functions and Methods, Browse Functions and Methods