Search found 2 matches

by MiguelMoron
Fri Nov 16, 2007 4:21 pm
Forum: Support
Topic: Change font color programatic without OnStyleConversion
Replies: 0
Views: 12225

Change font color programatic without OnStyleConversion

Hi It is possible change a font color (or size, style, ...) programatic without use OnStyleConversion event? I have something like this in a separate unit: procedure SetRichViewStyle(AControl: TCustomRichViewEdit; iTipo, iValor: Integer; sValor: String); var NewStyleNo: Integer; FontInfo: TFontInfo;...
by MiguelMoron
Fri Nov 16, 2007 4:09 pm
Forum: Support
Topic: Text style conversion
Replies: 3
Views: 12895

Text style conversion

Hi

But... it is posible change styles (many items selected) without OnStyleConversion event....
so like as:

rve.ApplyTextStyle(NewStyleNo)

.... but for many items in seleccion....

(PD.) Sorry for bad english