Vcl.Forms.TApplication.IsPreProcessMessage

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsPreProcessMessage(var Msg: TMsg): Boolean;

C++

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

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