exitField

Typemessage
Dictionaryandroid.field
LibraryAndroid Native Field
Syntax
exitField
Associationscom.livecode.widget.native.android.field
Summary

Sent to the field with the selection when the selection is being removed from the field, and its contents have not changed.

OSandroid
Example
on exitField -- remove visual signs that the field is being edited
   set the enabled of the target to false
end exitField
Description

Handle the exitField message if you want to do something when the user leaves a field that hasn't been changed.