FMX.Controls.TControl.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.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

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.

DialogKey processes the dialog key messages for each of the control's children.