[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the bounds in HintRect and activates the hint window.
Source position: forms.pp line 1017
public procedure THintWindow.ActivateWithBounds( |
ARect: TRect; |
const AHint: string |
); |
ARect |
|
Rectangle with the bounds assigned to HintRect. |
AHint |
|
Text displayed in the hint window. |
ActivateWithBounds is a procedure used to display a hint window without adjusting its position or size using the private AdjustBoundsForMonitor method. ActivateWithBounds sets the value in HintRect to the value in the ARect argument. ActivateWithBounds calls ActivateHint using the value in AHint as the text displayed in the hint window.
ActivateWithBounds is used in controls (like TSynEdit) where the bounds for the hint window use predetermined screen coordinates.
|
Contains the bounds used to display the text for the hint. |
|
|
Shows the hint window with the specified hint text. |
Version 4.0 | Generated 2025-05-03 | Home |