FMX.Objects.TText.TAcceleratorInfo.KeyIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property KeyIndex: Integer read FKeyIndex write SetKeyIndex;

C++

__property int KeyIndex = {read=FKeyIndex, write=SetKeyIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TAcceleratorInfo

Description

Represents the index of the accelerator key character.

See Also