FMX.Objects3D.TCone.OnKeyDown

From RAD Studio API Documentation

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 TCone

Description

Occurs when a key is pressed while the 3D control has focus. {{#multireplace:FMX.Objects3D.TCone.OnKeyDown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Controls3D.TControl3D.OnKeyDown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Controls3D.TControl3D.OnKeyDown|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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