Table_of_Contents.html
http://plectrum.com/novocard/
Referring_to_objects_2.html
System_messages.html

Referring to objects (cont’d)

Me refers to the object that contains the currently executing handler. For example:


// In the script of a button:

me.hilite = true;


// In the script of a field:

me.text = "Hello, world.";