Vcl.ActnList.TCustomAction.CreateShortCutList

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function CreateShortCutList: TCustomShortCutList; override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.ActnList.pas
Vcl.ActnList.hpp
Vcl.ActnList TCustomAction

Beschreibung

Erstellt das TShortCutList-Objekt für die Aktion.

CreateShortCutList erstellt ein leeres VCL-Objekt mit einer Tastaturbefehlsliste für die aktuelle Aktion.

Beachten Sie, dass Implementierungen der Tastaturbefehle für das FireMonkey- oder VCL-Framework spezifisch sind.

Siehe auch