System.Actions.TContainedAction.CreateShortCutList

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

Delphi

function CreateShortCutList: TCustomShortCutList; virtual;

C++

virtual TCustomShortCutList* __fastcall CreateShortCutList();

プロパティ

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


説明

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

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