API: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

説明

アクションの ShortCutList オブジェクトを作成するためのインターフェイスを提供します。

Vcl.ActnList.TCustomAction.CreateShortCutList は System.Actions.TContainedAction.CreateShortCutList を継承しています。以下の内容はすべて System.Actions.TContainedAction.CreateShortCutList を参照しています。

アクションの ShortCutList オブジェクトを作成するためのインターフェイスを提供します。

TContainedAction での実装の通り、CreateShortCutList はショートカット リスト オブジェクトは何も作成せず、ただ nil を返します。