FMX.Objects3D.TRoundCube.OnKeyDown

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnKeyDown: TKeyEvent read FOnKeyDown write FOnKeyDown;

C++

__property OnKeyDown;

Properties

Type Visibility Source Unit Parent
event published
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TRoundCube

Description


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

FMX.Objects3D.TRoundCube.OnKeyDown inherits from FMX.Controls3D.TControl3D.OnKeyDown. All content below this line refers to FMX.Controls3D.TControl3D.OnKeyDown.

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

OnKeyDown also occurs when KeyDown is called.

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

See Also