erich.wanker Posted March 12, 2014 Posted March 12, 2014 Hello folks, short question: is where a delphi funktion or something else to convert a string into a "websave" string? .. my problem: if i output a string a example String:=' <h1>TEXT</h1>'; i want to see the string .. but i see: TEXT i want to convert the string into: String:='<h1>TEXT<h1>'; ThanX for suggestions Erich
erich.wanker Posted March 12, 2014 Author Posted March 12, 2014 ok .. found it ;-) HTMLEncode Unit: HTTPApp have a nice day :-)
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now