THIS

Syntax

THIS. Method

THIS. Property

Argument

Description

Method

The name of a method of the current object.

Property

The name of a property of the current object.

Description

THIS is an alias for the current object. It is useful when the name of the object is not known. Do not confuse the THIS alias with the THIS property of an object, which is used to return the object's pointer address.

See Also

Language Reference, Reserved Words

Supported By

Alpha Five Version 5 and Above