====== O4WHTMLOptions routine ====== ==== Description ==== Indicates that the TEXT parameter being passed to a function is HTML or that the API being invoked should return HTML. ==== Syntax ==== O4WHTMLOptions(bReturnHTML, bAcceptHTML) ==== Parameters ==== The function has the following parameters: ^Parameter^Description^ |bReturnHTML|Boolean. When TRUE, HTML is returned.| |bAcceptHTML|Boolean. When TRUE, HTML is passed.|| ==== Remarks ==== The following O4W routines recognize O4WHTMLOptions: ^Routine^bReturnHTML^bAcceptHTML^ |O4WLink|Yes|Yes| |O4WImage|Yes|| |O4WSectionStart|Yes|| |O4WHeader||Yes| |O4WFooter||Yes| |O4WCheckBox||Yes| |O4WRadioButton||Yes| |O4WTabs||Yes|