HI_GetFontBoldRE
%HI_GetFontBoldRE, %HI_SetFontBoldRE functions
Function
The function %HI_SetFontBoldRE sets a bold style to selected text in the graphic object Text entry field of RichEdit type (control function).
The function %HI_GetFontBoldRE retrieves the bold style of selected text in the graphic object Text entry field of RichEdit type.
Declaration
%HI_SetFontBoldRE(
INT in refId,
BOOL in isBold
)
BOOL %HI_GetFontBoldRE(
INT in refId
)Parameters
refId | Reference to graphic object Text entry field of RichEdit type (reference variable). |
isBold | Bold style of the selected text in the graphic object Text entry field of RichEdit type. |