Xbasic
THIS
Syntax
THIS.Method
THIS.Property
Arguments
- Method
The name of a method of the current object.
- Property
The name of a property of the current object.
Description
An alias for the current object.
Discussion
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.
Limitations
Desktop Applications Only
See Also