Vcl.ActnList.TCustomAction.CreateShortCutList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreateShortCutList: TCustomShortCutList; override;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

Description

Creates the TShortCutList object for the action.

CreateShortCutList creates an empty VCL shortcut list object for the current action.

Notice that implementations of shortcuts are FireMonkey or VCL framework-specific.

See Also