Vcl.Forms.TApplication.IsPreProcessMessage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsPreProcessMessage(var Msg: TMsg): Boolean;

C++

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

IsPreProcessMessage returns True if the message given in Msg is a preprocess message, or False otherwise.