Show: Delphi C++
Display Preferences

FMX.Types.TControl.OnKeyUp

From XE3 API Documentation
Jump to: navigation, search

Delphi

property OnKeyUp: TKeyEvent read FOnKeyUp write FOnKeyUp;

C++

__property TKeyEvent OnKeyUp = {read=FOnKeyUp, write=FOnKeyUp};

Contents

Properties

Type Visibility Source Unit Parent
event public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TControl

Description

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


Code Examples


Personal tools
Translations