API:FMX.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
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TCustomAction

Description

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

FMX.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.