Caller
Type
expression
Summary
The caller's script object
Syntax
the caller
Description
Returns the script object which called the handler at the beginning of the current chain of LiveCode Builder handler execution.
Examples
public handler NotifyMe() returns nothing
post "notify" to the caller
end handler