API: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

Introduces an interface for creating the ShortCutList object for the action.

Vcl.ActnList.TCustomAction.CreateShortCutList inherits from System.Actions.TContainedAction.CreateShortCutList. All content below this line refers to System.Actions.TContainedAction.CreateShortCutList.

Introduces an interface for creating the ShortCutList object for the action.

As implemented in TContainedAction, CreateShortCutList does not create any shortcut list object and just returns nil.