Vcl.Forms.TApplication.IsMDIMsg

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsMDIMsg(var Msg: TMsg): Boolean;

C++

bool __fastcall IsMDIMsg(tagMSG &Msg);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TApplication

Beschreibung

Gibt True zurück, wenn Msg eine MDI-Botschaft ist, ansonsten False.

IsMDIMsg gibt True zurück, wenn die in Msg angegebene Botschaft eine MDI-Botschaft ist, ansonsten False.