Defines a hint window that can be used in VCL controls.
|
Name
|
Description
|
|
TRSHintWindow
|
Provides a controllable popup hint window, which can be embedded in VCL components. It allows control of when and where the popup hint window appears and also has the timing information embedded within it (so that it can automatically disappear after a certain time period).
To use the TRSHintWindow component, you need to perform two (or optionally three) steps:
• Create the TRSHintWindow component inside your component
• Call the ActivateHint method when you want to show the popup hint window • Call the HideHint method when you want to hide the popup hint window |
|
Top