Vcl.ActnMan.TActionClientItem.ShowShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShowShortCut: Boolean read FShowShortCut write SetShowShortCut default True;

C++

__property bool ShowShortCut = {read=FShowShortCut, write=SetShowShortCut, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TActionClientItem

Description

Determines whether the underbar character underneath the shortcut character is displayed.

ShowShortCut is set and used internally to determine whether the underbar character underneath the shortcut character is displayed. The value of ShowShortCut is determined by the value set in the PersistentHotKeys property of the action band that will render the TActionClientItem.

See Also