Vcl.Forms.TApplication.IsDlgMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsDlgMsg(var Msg: TMsg): Boolean;

C++

bool __fastcall IsDlgMsg(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 dialog message, or False otherwise.

IsDlgMsg returns True if the message given in Msg is a dialog message, or False otherwise.