Prehľad
Nástroje obsahu
%HI_SetGraphPrintTitle( INT in refId, TEXT in printTitle )
refId | Reference to displayer (RefID). |
printTitle | Graph title to print. |
Procedure:
There is set the print title and then the graph is to be printed.
ENTRY btn_OnClick %HI_SetGraphPrintTitle(_graph, "Print title")
%HI_PrintGO(_graph, @FALSE) END btn_OnClick
Pridať komentár