LostFocus event

From Real Software Documentation

(Redirected from TextArea.LostFocus)
Jump to: navigation, search
Event
<see below>.LostFocus ( )

The Control has lost the focus.

If the Control has an AcceptFocus property, then it must be set to True for the Control to be capable of getting then losing the focus, e.g. BevelButton.


NOTE: On Macintosh, controls other than text fields and lists will accept and lose focus only if the full keyboard access option is enabled in System Preferences/Keyboard.  


Controls implementing the GotFocus event

BevelButton Windows only New in 2005r1
Canvas
Checkbox [1]
ComboBox
DisclosureTriangle Windows only New in 2005r1
ListBox
PopupMenu Windows and Linux only
PushButton [1]
RadioButton [1]
Scrollbar Windows and Linux only
Slider Windows and Linux only
TabPanel Windows only
TextArea
TextField
UpDownArrows [1]


Notes

  1. 1.0 1.1 1.2 1.3 On Macintosh, the full keyboard access option must be enabled in System Preferences/Keyboard
Personal tools