Can't access the "Text" property on a 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?

2 posts were split to a new topic: Get content of TWebRichEdit