FMX.ListBox.TComboBox.OnKeyUp
Delphi
property OnKeyUp: TKeyEvent read FOnKeyUp write FOnKeyUp;
C++
__property OnKeyUp;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.ListBox.pas FMX.ListBox.hpp |
FMX.ListBox | TComboBox |
Description
Occurs when a key is released while the control has focus.
FMX.ListBox.TComboBox.OnKeyUp inherits from FMX.Controls.TControl.OnKeyUp. All content below this line refers to FMX.Controls.TControl.OnKeyUp.
Occurs when a key is released while the control has focus.
OnKeyUp also occurs when KeyUp is called.
Write an event handler for OnKeyUp to specify what happens when the control is in focus and a key is released.
See Also