Table of Contents

TTMSFNCHint.OnBeforeDrawHint Event

Fired before the hint window is drawn, allowing custom painting or suppression of the default appearance.

API unit family: TMSFNCHint Declaring type: TTMSFNCHint Inherited from: TTMSFNCCustomHint

Syntax

OnBeforeDrawHint: TTMSFNCHintBeforeDrawHintEvent;

Parameters

Name Description
Sender The hint component that raised the event.
AGraphics The graphics context for custom drawing.
AHint The hint text being displayed.
ARect The bounding rectangle of the hint window.
ADefaultDraw Set to False to suppress default drawing.