Languages Delphi & Kylix Delphi String Manipulation  

Formatting RichEdit with HTML tags

download download  
important code information
author:
Carbonize
minimum requirements:
Formatting RichEdit with HTML tags description

For my second venture in Delphi I decided to convert another one of my Visual Basic uploads to Delphi. This one allows the user to use HTML style tags in a string to display the string in a RichEdit with colour and other formatting. The code as is accepts several colours as < colour >, formatting such as < b > for Bold, < u > for underline, and < i > for italics, along with the relevant closing tags. It also recognises < font face="blah" > and < font size="xx" > even when done as < font face = "blah" size = "xx" >. Please remember I am new to Delphi so there are probably better ways to have handled this method of formatting RichEdit.


File List:
Project1.cfg386b
Project1.dof1Kb
Project1.dpr188b
Project1.res1Kb
Unit1.dcu9Kb
Unit1.ddp51b
Unit1.dfm2Kb
Unit1.pas9Kb

Similar code
Base Converter (Popularity: ) : This program was made to show you how to convert number bases easily and efficiently. The program supports binary, octal, ...
Char Statistic / Count (Popularity: ) : Just a sample how to calculate character in one text/paragraph. Usefull if you want to do a char count/statistic.
Expression Evaluater Example (Popularity: ) : This program was made to show how to evaluate an expression. The program supports ^,*,/,+,- and does order of operation. ...
Encryption Component (Popularity: ) : TO get the script for this not in component form, check out my string encryption upload and please rate*** This ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 138
version
size in Kb 9
popularity   877/5604361
user rating 4/10
ad


New Code
Popular Code