HI_GetFontItalicRE
%HI_GetFontItalicRE, %HI_SetFontItalicRE functions
Function
The function %HI_SetFontItalicRE sets an italic style to the selected text in the graphic object Text entry field of the RichEdit type (control function).
The function %HI_GetFontItalicRE retrieves the italic style of selected text in the graphic object Text entry field of the RichEdit type.
Declaration
%HI_SetFontItalicRE(
INT in refId,
BOOL in isItalic
)
BOOL %HI_GetFontItalicRE(
INT in refId
)Parameters
refId | Reference to graphic object Text entry field of the RichEdit type (reference variable). |
isItalic | Italic style of the selected text in the graphic object Text entry field of the RichEdit type. |