Vcl.Forms.TApplication.IsMDIMsg

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function IsMDIMsg(var Msg: TMsg): Boolean;

C++

bool __fastcall IsMDIMsg(tagMSG &Msg);

Propriétés

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

Description

Renvoie True si Msg est un message MDI, ou False sinon.

IsMDIMsg renvoie True si le message donné dans Msg est un message MDI, ou False sinon.