FMX.Controls.TPopup.DialogKey

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

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 TPopup

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.

See Also