API:Vcl.ActnList.TCustomAction.CreateShortCutList
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.CreateShortCutList や Vcl.ActnList.TCustomAction.CreateShortCutList など)。