Vcl.Forms.TApplication.IsHintMsg

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function IsHintMsg(var Msg: TMsg): Boolean;

C++

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

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