FMX.Types.IControl.DialogKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

Processes a dialog key.

Implement this function to process the messages received from keyboard keys.

Key specifies the key on the keyboard.

Shift indicates which shift keys--SHIFT, CTRL, ALT, and CMD (only for Mac)--were down when the specified key was pressed with the control in focus.

See Also