Navigation: Code Documentation > RSFMXCommon > FMX.RS.HintWindow > Classes > TRSHintWindow
TRSHintWindow Properties
Name
Description
Activating
Represents property Activating.
Corner
Specifies which corner of the rectangle to display the hint window when ActivateHint is called.
Interval
Specifies the amount of time, in milliseconds, that passes before the hint window disappears after it has been displayed using the FMX.RS.HintWindow.TRSHintWindow.ActivateHint(TPointF,String) method.
Note
A 0 value is valid, however the hint window will not disappear until the FMX.RS.HintWindow.TRSHintWindow.HideHint method is called.
Text
Hint text to display
TextControl
Displays the hint text
Timer
The Timer property is the TTimer component used by the hint window to control when it disappears after being shown by the FMX.RS.HintWindow.TRSHintWindow.ActivateHint(TPointF,String) method.
Top