%HI_SetHeaderToolTip function


Function

Function %HI_SetHeaderToolTip sets a tooltip in the column header in the 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
refIdReference to a displayer (reference variable).
colColumn of the header (in the range of 1...).
ttTitleTooltip title.
ttTextTooltip text.
Example
 ;setting of the tooltip for column [3]
 %HI_SetHeaderToolTip (_browser, 3,  "Tooltip header", "This is a tooltip of the 3. column header")

0 komentárov

Nie ste prihlásený. Akékoľvek zmeny, ktoré vykonáte, sa označia ako anonymné. Ak už máte svoj účet, pravdepodobne sa budete chcieť prihlásiť .