Minimum Origin Version Required: Origin 9.1 SR0
Sets the HTML content of body
BOOL SetHtmlText( LPCTSTR lpcszHtmlText, BOOL bheaderIncluded = FALSE )
Returns TRUE on success, FALSE on failure.
EX1
void SetHtmlText_ex1(DhtmlControl& dhtmlctrl) { dhtmlctrl.SetHtmlText("<b>Hello World!</b>"); }
Control.h