TTMSFNCHintBeforeDrawHintEvent Event Type
Event handler type for
OnBeforeDrawHint; called before the hint window is rendered so the handler can perform custom drawing or suppress the default appearance.
API unit family: TMSFNCHint
Parameters
| Name | Description |
|---|---|
Sender |
The hint component that raised the event. |
AGraphics |
The graphics context available for custom drawing. |
AHint |
The hint text being displayed. |
ARect |
The bounding rectangle of the hint window. |
ADefaultDraw |
Set to False to suppress default rendering. |