Vcl.Forms.TApplication.IsShortCut

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsShortCut(var Message: TWMKey): Boolean;

C++

bool __fastcall IsShortCut(Winapi::Messages::TWMKey &Message);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Beschreibung

Wertet eine Eingabetastenkombination aus, um festzustellen, ob es sich um ein Tastenkürzel handelt.

IsShortCut gibt True zurück, wenn die in Message angegebene Tastenkombination ein Tastenkürzel ist, ansonsten False.