FMX.Forms.TApplication.HintShortCuts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintShortCuts: Boolean read FHintShortCuts write SetHintShortCuts;

C++

__property bool HintShortCuts = {read=FHintShortCuts, write=SetHintShortCuts, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TApplication

Description

Indicates whether hints display keyboard shortcuts.

See Using Hints to Show Contextual Help in a FireMonkey Application - Action Keyboard Shortcuts for more information.

See Also