TTMSFNCHint.OnCalculateHintRect Event
Fired to allow custom calculation of the hint bounding rectangle.
API unit family: TMSFNCHint
Declaring type: TTMSFNCHint
Inherited from: TTMSFNCCustomHint
Syntax
OnCalculateHintRect: TTMSFNCHintCalculateHintRectEvent;
Parameters
| Name | Description |
|---|---|
Sender |
The hint component that raised the event. |
AHint |
The hint text for which the rectangle is being calculated. |
ARect |
The hint rectangle; modify to change the size and position of the hint window. |