JVCL Help:TJvTFHint.ActivateHint
JVCL Help: TJvTFHint.ActivateHint Method
Search in JVCL Help
Search in all projectsSummary
Displays the hint window.
Pascal
procedureActivateHint(Rect: TRect; constAHint: THintString); override;
Parameters
Parameters | Description |
Rect: TRect | Window coordinates of the hint window. |
const AHint: THintString | The hint string to display. |
Description
Call ActivateHint to display the hint window at the coordinates provided by the Rect parameter. If the Rect parameter appears off screen, ActivateHint moves the hint window to the closest approximation to the coordinates supplied by Rect 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 an application displays a hint window, it automatically deactivates it after a time period has elapsed, or when it receives a message that requires hiding the hint message. To hide the hint window that is brought up automatically by the application, use the HideHint method of the global Application object. To hide a hint window that is activated directly by calling ActivateHint, use the ReleaseHandle method.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page