Registriert seit: 19. Sep 2011
Ort: Deutschland
488 Beiträge
Delphi 11 Alexandria
|
AW: Delphi htmlspecialchars
15. Nov 2014, 04: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
|