Indicates if the specified message is relevant to a hint window display.
Source position: forms.pp line 1032
public function THintWindow.IsHintMsg( |
Msg: TMsg |
):Boolean; virtual; |
Msg |
|
TMsg instance with the message examined in the method. |
True if the message is used for hint windows, False for all other messages.
IsHintMsg is a Boolean function used to determine if the message instance in Msg is recognized in THintWindow.
Remark: | Not used in the current LCL implementation. |
|
CT Web help |
CodeTyphon Studio |