Get content of TWebRichEdit

I'm trying to get the html formatted text of a TWebRichEdit, but I don't know how to access the "Text" property. "TWebRichEdit1.Text" is an invalid command, and "TWebRichEdit1.Lines.Text" returns an empty value. What would be the right way to access this property?

You can use WebRichEdit.GetContent: string

Please put TMS WEB Core related support questions under the TMS WEB Core topic.