Displays the hint window at the specified screen coordinates.
Call ActivateHint to display the hint window at the coordinates provided by the Point parameter. If the Point parameter appears off screen, ActivateHint moves the hint window to the closest approximation to the coordinates supplied by Point that appears entirely on screen. ActivateHint sets the Caption property to the AHint parameter before showing the window, so that the AHint string appears to the user.
After the hint window is displayed, it automatically deactivates it after the time period specified by the RSHintWindow.TRSHintWindow.Interval property has elapsed, or when you call the RSHintWindow.TRSHintWindow.HideHint method. If the interval is 0, the hint window is not hidden until the HideHint method is called explicitly.
Namespace: RSHintWindow
Delphi |
public |
Parameters
Point
Type: TPoint
Location where the hint window should appear.
AHint
Type: String
Hint to display