标签: delphi keyboard-shortcuts delphi-xe2
procedure ExecuteAShortCut(AShortCut: System.Classes.TShortCut); begin // This will have the same effect as when the user presses this shortcut on the keyboard: DoExecuteThisShortCut(AShortCut); end;
如何实施DoExecuteThisShortCut?
DoExecuteThisShortCut