FMX.ActnList.TCustomAction.CreateShortCutList

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

Delphi

function CreateShortCutList: TCustomShortCutList; override;

C++

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

プロパティ

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

説明

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

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

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

関連項目