  Component TVVMColorLabel allows you to draw multicolor
text with various styles using one label. To use this 
functionality of new label you have to know how to make
the label draw text in many colors and you`ll be able
to paint every letter in Caption with its own color and
style.
  How to use:
  All function is accessible by changing the caption.
  Special combinations of simbols in caption:
  </>  - Draw next text from next line
  <B>  - Next letter will be painted in Bold font
  </B> - off previous command Bold
  <I>  - Next letter will be painted in Italic font
  </I> - off previous command Italic
  <U>  - Next letter will be painted in Underlined font
  </U> - off previous command Underlined
  <C:icolor>  - Next letter will be painted in other color
         where icolor is a name of standard color like
         clNavy or clWindow but without cl. For example 
         <C:Red> turns next letters to clRed color.
         Or icolor is a hex of color with symbol $.
         For example: <C:$8080FF>


As the demo of lable you can install comonent,
 drop it on a form and then set caption to

 'The <B>First</B><C:Red> Line</><C:Black>The <I>Second <U>Line</U>.'


 Limitations:
 After creating components sets AutoSize to False. 
 It will be better when you won`t change AutoSize to True.

Any offers, remarks etc send to v_matroskin@aport2000.ru
    
   Vladimir Markelov.

