Control-ShowToolTip

Function Name dcl-Control-ShowToolTip
Syntax   (dcl-Control-ShowToolTip <CONTROL> {X [as Long]} {Y [as Long]})
Return Type Boolean (T if successful; otherwise NIL)
Applies To All Controls and Forms

This method displays the control's tooltip if one is defined. The tooltip will remain on the screen until the user clicks on it to dismiss it. The optional X and Y coordinates can be used to specify the screen coordinates of the point where the tooltip should be displayed. If no coordinates are specified, the tooltip is displayed at the center of the control.