Vcl.ActnList.TCustomAction.CreateShortCutList

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

Delphi

function CreateShortCutList: TCustomShortCutList; override;

C++

virtual System::Actions::TCustomShortCutList* __fastcall CreateShortCutList();

プロパティ

種類 可視性 ソース ユニット
function protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

説明

アクションの TShortCutList オブジェクトを作成します。

CreateShortCutList は、現在のアクションのための、空の VCL ショートカット リスト オブジェクトを作成します。

ショートカットの実装は、FireMonkey または VCL フレームワーク固有のものである点に注意してください。

関連項目