TTMSFNCHintWindow Class
Styled hint window that renders customized tooltip content using the fill, stroke, font, and bitmap settings of the owning hint component.
API unit family: TMSFNCHint
Inherits from: THint
Syntax
TTMSFNCHintWindow = class(THint)
Methods
| Name | Description |
|---|---|
| CalcHintRect | Calculates the VCL hint bounding rectangle for the given hint text and maximum width. |
| CreateParams | Configures the window creation parameters so the hint appears as a borderless popup. |
| HideHint | Hides the hint window. |
| Paint | Paints the hint window using the owning hint component's fill, stroke, and font settings. |
| SetHint | Sets the hint text to display in the hint window. |
| SetPosition | Positions the hint window at the specified screen coordinates. |
| ShowHintAt | Displays the styled hint window at the given screen position for the specified hint component. |