Vcl.Forms.TApplication.IsShortCut

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsShortCut(var Message: TWMKey): Boolean;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

Evalue une combinaison de touches en entrée pour déterminer s'il s'agit d'un raccourci.

IsShortCut renvoie True si la combinaison de touches donnée dans Message est un raccourci, ou False sinon.