FMX.Layers3D.TBufferLayer3D.OnKeyUp

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnKeyUp: TKeyEvent read FOnKeyUp write FOnKeyUp;

C++

__property OnKeyUp;

Properties

Type Visibility Source Unit Parent
event published
FMX.Layers3D.pas
FMX.Layers3D.hpp
FMX.Layers3D TBufferLayer3D

Description

Occurs when a key is released while the 3D control has focus.

FMX.Layers3D.TBufferLayer3D.OnKeyUp inherits from FMX.Controls3D.TControl3D.OnKeyUp. All content below this line refers to FMX.Controls3D.TControl3D.OnKeyUp.

Occurs when a key is released while the 3D control has focus.

OnKeyUp also occurs when KeyUp is called.

Write an event handler for OnKeyUp to specify what happens when the 3D control is in focus and a key is released.

See Also