System.Actions.TContainedAction.SetShortCut

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

procedure SetShortCut(Value: System.Classes.TShortCut); virtual;

C++

virtual void __fastcall SetShortCut(System::Classes::TShortCut Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction

説明

アクションおよびアクションのクライアントの ShortCut プロパティを、新しい Value に設定します。

SetShortCut は、常にこの Value をアクションのすべてのクライアントに伝播します。

関連項目