Vcl.Forms.TApplication.IsKeyMsg

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsKeyMsg(var Msg: TMsg): Boolean;

C++

bool __fastcall IsKeyMsg(tagMSG &Msg);

Eigenschaften

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

Beschreibung

Gibt True zurück, wenn Msg eine Tastenbotschaft ist, ansonsten False.

IsKeyMsg gibt True zurück, wenn die in Msg angegebene Botschaft eine Tastenbotschaft ist, ansonsten False.