Einzelnen Beitrag anzeigen

Dennis07

Registriert seit: 19. Sep 2011
Ort: Deutschland
482 Beiträge
 
Delphi 11 Alexandria
 
#2

AW: Delphi htmlspecialchars

  Alt 15. Nov 2014, 03:12
First, for simple tag formatting, I'd use the TRichEdit component. But as you wish to disable formatting, I don't know why you simply don't use the TMemo component. By the way: When using the TRichEdit component, you have a property called: PlainText. Make use of it, if you definitly need a TRichEdit (with formatting support).
Dennis
  Mit Zitat antworten Zitat