Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%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
Blok kódu
languageesl
themeConfluence
%HI_SetFormattedText(
   INT in refId,
   TEXT in formattedText
 )
 
 TEXT %HI_GetFormattedText(
   INT in refId
 )
Parameters
refIdReference to graphic object Text entry field of the RichEdit type (reference variable).
formattedTextFormatted text that will be displayed in the graphic object the RichEdit.