Vcl.Forms.TApplication.IsShortCut

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsShortCut(var Message: TWMKey): Boolean;

C++

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

Properties

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

Description

Evaluates an input key combination to determine whether it is a shortcut.

IsShortCut returns True if the key combination given in Message is a shortcut, or False otherwise.