Table of Contents

TTMSFNCHint.OnAfterDrawHint Event

Fired after the hint window has been drawn.

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

Syntax

OnAfterDrawHint: TTMSFNCHintAfterDrawHintEvent;

Parameters

Name Description
Sender The hint component that raised the event.
AGraphics The graphics context used for drawing.
AHint The hint text that was displayed.
ARect The bounding rectangle of the hint window.