Vcl.Forms.TApplication.IsDlgMsg

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsDlgMsg(var Msg: TMsg): Boolean;

C++

bool __fastcall IsDlgMsg(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 Dialogfeldbotschaft ist, ansonsten False.

IsDlgMsg gibt True zurück, wenn die in Msg angegebene Botschaft eine Dialogfeldbotschaft ist, ansonsten False.