ErrorProvider Xojo Plugin |
|
RectControl.KeyUp Event
Fires when the passed Key is released in the control that has the focus.

KeyUp(
Key
as String)
Parameters
- Key
- String representing the key.
Remarks
It is not guaranteed to be the same key that received the KeyDown event.
This event is part of Xojo base class.