cpFormatedHint : Delphi 3, Delphi 5 Component.
copyright © Christian Poisson 2000
email : christian.poisson@free.fr

Visit http://christian.poisson.free.fr/delphi to register.


Code to use in hints, assuming the Format character is '\' :
  Code Examples
Default font \de  
Bold \bo  
Not Nold \nb  
Italic \it  
Not Italic \ni  
Underline \un  
Not Underline \nu  
Strikeout \so  
Not Strikeout \ns  
Name \n{###} \n{Verdana}, \n{arial}
Color \c{###} \c{clRed}, \c{$0000ff}
Size \s{###} \s{10}
Highlight (color) \h{###} \h{clLime}, \h{$00ff00}

In case of multiple lines, the default font is restored at the beginning of each line.

See the demo program "cpHints" to understand the different properties.