RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.HintShortCuts Property

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

Pascal
property HintShortCuts: Boolean;
C++
__property Boolean HintShortCuts;

Use HintShortCuts to specify 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". 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!