Returns true if a RichText object contains anything other than plain text - such as italics, bold, underlines, colours, font changes, links, citations, tables, indentations, formatting and so on.
bIsRich = rt:IsRich()
rt = fhNewRichText() rt:SetText("An <u>important</u> point") if rt:IsRich() then fhMessageBox('Rich Text value is rich') end