Vcl.ActnMan.TActionClientItem.ShortCutText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ShortCutText: string read FShortCutText;

C++

__property System::UnicodeString ShortCutText = {read=FShortCutText};

Properties

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

Description

Contains the text label (like "Ctrl+S") for the shortcut.

ShortCutText contains a text description of the shortcut is activated. For example, the ShortCutText property for a save action might read "Ctrl+S". Note that this property is read-only; it is set automatically elsewhere.

See Also