RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.IsPreProcessMessage Method

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

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

IsPreProcessMessage returns True if the message given in Msg is a preprocess message, or False otherwise. 

 

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