%HI_GetFontUnderlineRE, %HI_SetFontUnderlineRE functions


Function
The function %HI_SetFontUnderlineRE sets an underline style to the selected text in the graphic object Text entry field of the RichEdit type (control function).

The function %HI_GetFontUnderlineRE retrieves the underline style of the selected text in the graphic object Text entry field of the RichEdit type.
Declaration
%HI_SetFontUnderlineRE(
   INT in refId,
   BOOL in isUnderlined
 )
 
 BOOL %HI_GetFontUnderlineRE(
   INT in refId
 )
Parameters
refIdReference to graphic object Text entry field of the RichEdit type (reference variable).
isUnderlinedUnderline style of the selected text in the graphic object Text entry field of the RichEdit type.
Napíšte komentár