Vcl.Forms.TApplication.IsHintMsg

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsHintMsg(var Msg: TMsg): Boolean;

C++

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

IsHintMsg returns True if the message given in Msg is a hint message, or False otherwise.