%HI_GetFormattedText, %HI_SetFormattedText functions


Function
The function %HI_SetFormattedText sets a formatted text for a graphic object Text entry field of RichEdit type (control function).

The function %HI_GetFormattedText retrieves the formatted text of graphic object Text entry field of RichEdit type.
Declaration
%HI_SetFormattedText(
   INT in refId,
   TEXT in formattedText
 )
 
 TEXT %HI_GetFormattedText(
   INT in refId
 )

Parameters
refId Reference to graphic object Text entry field of RichEdit type (reference variable).
formattedText Formatted text that will be displayed in the graphic object RichEdit.

Napíšte komentár