RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.IsKeyMsg Method

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

Pascal
function IsKeyMsg(var Msg: TMsg): Boolean;
C++
__fastcall Boolean IsKeyMsg(TMsg Msg);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!