HI_GetFormattedText
%HI_GetFormattedText, %HI_SetFormattedText functions
Function
The function %HI_SetFormattedText sets a formatted text for a graphic object Text entry field of the RichEdit type (control function).
The function %HI_GetFormattedText retrieves the formatted text of graphic object Text entry field of the 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 the RichEdit type (reference variable). |
formattedText | Formatted text that will be displayed in the graphic object the RichEdit. |