trichview.support
Re: How to set the charset of TRVedit |
Author |
Message |
Sergey Tkachenko |
Posted: 03/10/2003 20:57:50 Text in RichViewEdit can have different formatting with different charsets. Formatting is RVStyle.TextStyles (where RVStyle - TRVStyle component linked to RichViewEdit.Style). Charset is RVStyle.TextStyles[i].Charset. Assign the desired charset to styles that initially exist in RVStyle. Usually, all subsequent styles are based on existing styles and inherit their charsets. If you use RichViewActions, it should be done in rvActionNew.OnNew event. > > Hi, > Can I set the charset of TRVEdit or is it automated? > > Thanks. > |
Powered by ABC Amber Outlook Express Converter