RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.ShortCutText Property

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

Pascal
property ShortCutText: string;
C++
__property AnsiString ShortCutText;

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. 

 

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