Function %HI_SetHeaderToolTip sets a tooltip in the column header in Browser displayer. Tooltip consists of two texts - title and text.
%HI_SetHeaderToolTip( INT in refId, INT in col, TEXT in ttTitle, TEXT in ttText )
;setting of the tooltip for column [3]
%HI_SetHeaderToolTip (_browser, 3, "Tooltip header", "This is a tooltip of the 3. column header")
Related pages:
Graphic object manipulation functionsFunction arguments - types
Pridať komentár
Pridať komentár