API:Vcl.ActnList.TCustomAction.CreateShortCutList

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

Delphi

function CreateShortCutList: TCustomShortCutList; override;

C++

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

プロパティ

種類 可視性 ソース ユニット
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 を返します。ショートカットの FMX および VCL の実装はフレームワーク固有のものであるため、FMX および VCL クラスでは、CreateShortCutList をオーバーライドしてショートカット リストの FMX および VCL の実装を作成します(たとえば、FMX.ActnList.TCustomAction.CreateShortCutListVcl.ActnList.TCustomAction.CreateShortCutList など)。

関連項目