[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Indicates if the specified message is relevant to a hint window display.
Source position: forms.pp line 1025
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. |
|
Version 4.0 | Generated 2025-05-03 | Home |