RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.IsMDIMsg Method

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

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

IsMDIMsg returns True if the message given in Msg is a MDI message, or False otherwise. 

 

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