%HI_SetHeaderToolTip function


Function

Function %HI_SetHeaderToolTip sets a tooltip in the column header in Browser displayer. Tooltip consists of two texts - title and text.


Declaration
%HI_SetHeaderToolTip(
   INT in refId,
   INT in col,
   TEXT in ttTitle,
   TEXT in ttText
 )

Parameters
refId Reference to displayer (reference variable).
col Column of the header (in the range of 1...).
ttTitle Tooltip title.
ttText Tooltip text.

Example
 ;setting of the tooltip for column [3]
 %HI_SetHeaderToolTip (_browser, 3,  "Tooltip header", "This is a tooltip of the 3. column header")

Napíšte komentár