FMX.AcceleratorKey.IAcceleratorKeyReceiver.GetAcceleratorCharIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetAcceleratorCharIndex: Integer;

C++

virtual int __fastcall GetAcceleratorCharIndex() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.AcceleratorKey.pas
FMX.AcceleratorKey.hpp
FMX.AcceleratorKey IAcceleratorKeyReceiver

Description

Returns the index of the accelerator character within the text string of the receiver object.

Use GetAcceleratorCharIndex to highlight the accelerator character when the text string contains several times the same character.

See Also