FMX.StdCtrls.TSizeGrip.OnKeyUp

From RAD Studio API Documentation

Delphi

property OnKeyUp: TKeyEvent read FOnKeyUp write FOnKeyUp;

C++

__property OnKeyUp;

Properties

Type Visibility Source Unit Parent
event published
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TSizeGrip

Description

Occurs when a key is released while the control has focus. {{#multireplace:FMX.StdCtrls.TSizeGrip.OnKeyUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls.TControl.OnKeyUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls.TControl.OnKeyUp|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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