Caller

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the caller
Associationscom.livecode.engine
Summary

The caller's script object

Example
public handler NotifyMe() returns nothing
	post "notify" to the caller
end handler
Description

Returns the script object which called the handler at the beginning of the current chain of LiveCode Builder handler execution.

Tagsengine,script engine