FMX.Forms.TApplication.HintShortCuts
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.