FMX.Objects.TText.AcceleratorKeyInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AcceleratorKeyInfo: TAcceleratorInfo read FAcceleratorKeyInfo;

C++

__property TAcceleratorInfo* AcceleratorKeyInfo = {read=FAcceleratorKeyInfo};

Properties

Type Visibility Source Unit Parent
property protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TText

Description

Indicates the accelerator keys drawing information.

See Also