TTMSFNCHintWindow.ShowHintAt Method
Displays the styled hint window at the given screen position for the specified hint component.
API unit family: TMSFNCHint
Declaring type: TTMSFNCHintWindow
Syntax
procedure ShowHintAt(AHintControl: TTMSFNCCustomHint; AHint: string; X, Y: Integer); virtual;
Parameters
| Name | Description |
|---|---|
AHintControl |
The hint component that provides appearance settings. |
AHint |
The hint text to display. |
X |
Horizontal screen position. |
Y |
Vertical screen position. |