Vcl.Forms.TApplication.IsMDIMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsMDIMsg(var Msg: TMsg): Boolean;

C++

bool __fastcall IsMDIMsg(tagMSG &Msg);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Description

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

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