Vcl.Forms.TApplication.HintShortCuts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HintShortCuts: Boolean read FHintShortCuts write FHintShortCuts;

C++

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

Properties

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

Description

Specifies whether the application's pop-up Hints include shortcut information.

If HintShortCuts is True, the shortcut information is displayed.

For example, if HintShortCuts is True, the hint for the Cut command might be Cut (Ctrl+X) instead of Cut.