|
ActivateHint(TPoint,String)
|
Overloaded. 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.
|
|
ActivateHint(TRect,String)
|
Overloaded. Displays the hint window in the specified rectangle.
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.
|
|
HideHint
|
Hides the current hint. Usually, the TRSHintWindow class hides the popup hint window automatically after the amount of time specified in the RSHintWindow.TRSHintWindow.Interval property has passed. However, if the interval is 0 or you wish to hide the window immediately, call the HideHint method.
|