Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
closeField
Handler:
on closeField
statements
end closeField
HyperCard sends the closeField
message to an unlocked field when, after editing, a user (or handler) performs an action that closes (that is, removes the insertion point from) the field. HyperCard sends closeField
only when the text actually changes.
The following actions close a field, saving any changes that were made to the text:
put "Hello world" -- built-in command
get total(field 1) -- function call
global HelpInfo -- keyword
System messages
Version 0.7b1 (March 24, 2022)