FMX.Controls3D.TControl3D.DialogKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DialogKey(var Key: Word; Shift: TShiftState); virtual;

C++

virtual void __fastcall DialogKey(System::Word &Key, System::Classes::TShiftState Shift);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls3D.pas
FMX.Controls3D.hpp
FMX.Controls3D TControl3D

Description

Processes a dialog key.

DialogKey is called during the message preprocessing to handle dialog characters.

Do not call DialogKey in an application. It is for internal use only.