Search found 1 match

by klinikaxp
Thu Aug 23, 2018 7:35 am
Forum: Support
Topic: How to create line with different parts (bold, coloured etc.) without AddText?
Replies: 1
Views: 8682

How to create line with different parts (bold, coloured etc.) without AddText?

I used it to generate line, which has some parts in different format, for example: (R : TCustomRichView) with R do begin AddText ('This is ', RED_NORMAL_STYLE); AddText ('VERY IMPORTANT NUMBER', BOLD_STYLE); AddTextNL (' and here is the rest of sentence.', NORMAL_STYLE, 0,0); end; The effect was fol...