HI_GetFontUnderlineRE
%HI_GetFontUnderlineRE, %HI_SetFontUnderlineRE functions
Function
The function %HI_SetFontUnderlineRE sets an underline style to selected text in the graphic object Text entry field of RichEdit type (control function).
The function %HI_GetFontUnderlineRE retrieves the underline style of selected text in the graphic object Text entry field of RichEdit type.
Declaration
%HI_SetFontUnderlineRE(
INT in refId,
BOOL in isUnderlined
)
BOOL %HI_GetFontUnderlineRE(
INT in refId
)Parameters
refId | Reference to graphic object Text entry field of RichEdit type (reference variable). |
isUnderlined | Underline style of the selected text in the graphic object Text entry field of RichEdit type. |