RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.IsDlgMsg Method

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

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

IsDlgMsg returns True if the message given in Msg is a dialog message, or False otherwise. 

 

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