Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > RSFMXCommon > FMX.RS.HintWindow > Classes > TRSHintWindow > Methods

TRSHintWindow.ActivateHint(TPointF,String) Method

Scroll Prev Top Next More

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 FMX.RS.HintWindow.TRSHintWindow.Interval property has elapsed, or when you call the FMX.RS.HintWindow.TRSHintWindow.HideHint method. If the interval is 0, the hint window is not hidden until the HideHint method is called explicitly.
 

Namespace: FMX.RS.HintWindow

Parameters

Point

Type: TPointF

Location where the hint window should appear.

AHint

Type: String

Hint to display

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb