%HI_GetFontColorRE, %HI_SetFontColorRE functions


Function
The function %HI_SetFontColorRE sets a font color to the selected text in the graphic object Text entry field of the RichEdit type (control function).

The function %HI_GetFontColorRE retrieves the font color of selected text in the graphic object Text entry field of the RichEdit type.
Declaration
%HI_SetFontColorRE(
   INT in refId,
   INT in fontColor
 )
 
 INT %HI_GetFontColor(
   INT in refId
 )
Parameters
refIdReference to graphic object Text entry field of the RichEdit type (reference variable).
fontColorFont color of the selected text in the graphic object Text entry field of the RichEdit type.
Napíšte komentár