GotFocus event

From Real Software Documentation

(Redirected from TextArea.GotFocus)
Jump to: navigation, search
Event
{{{owner}}}.GotFocus ( )

The Control has received the focus and has a selection rectangle around it.

Notes

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


NOTE: On Macintosh, controls other than text fields and lists will accept 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