RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TApplication.IsHintMsg Method

Returns True if Msg is a hint message, or False otherwise.

Pascal
function IsHintMsg(var Msg: TMsg): Boolean;
C++
__fastcall Boolean IsHintMsg(TMsg Msg);

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!