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

Beschreibung

Erstellt das TShortCutList-Objekt für die Aktion.

CreateShortCutList erstellt ein leeres FireMonkey-Objekt mit einer Verknüpfungsliste für die aktuelle Aktion.

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

Siehe auch