API:Vcl.ActnList.TCustomAction.CreateShortCutList

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CreateShortCutList: TCustomShortCutList; override;

C++

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

Propriétés

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

Description

Introduit une interface pour la création de l'objet ShortCutList pour l'action.

Vcl.ActnList.TCustomAction.CreateShortCutList hérite de System.Actions.TContainedAction.CreateShortCutList. Tout le contenu en-dessous de cette ligne se réfère à System.Actions.TContainedAction.CreateShortCutList.

Introduit une interface pour la création de l'objet ShortCutList pour l'action.

Telle qu'elle est implémentée dans TContainedAction, CreateShortCutList ne crée aucun objet liste de raccourcis et renvoie simplement nil.