Vcl.Forms.TApplication.IsKeyMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsKeyMsg(var Msg: TMsg): Boolean;

C++

bool __fastcall IsKeyMsg(tagMSG &Msg);

Properties

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

Description

Returns True if Msg is a key message, or False otherwise.

IsKeyMsg returns True if the message given in Msg is a key message, or False otherwise.