FMX.Controls.TTextControl.GetAcceleratorChar

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAcceleratorChar: Char;

C++

System::WideChar __fastcall GetAcceleratorChar();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Returns the character key that serves as the keyboard accelerator for the receiver object.

FMX.Controls.TTextControl.GetAcceleratorChar inherits from FMX.AcceleratorKey.IAcceleratorKeyReceiver.GetAcceleratorChar. All content below this line refers to FMX.AcceleratorKey.IAcceleratorKeyReceiver.GetAcceleratorChar.

Returns the character key that serves as the keyboard accelerator for the receiver object.

See Also