I need to have some words 'not break'/wrap: is there such a tag in rtf that i can use?
An html equiv would be: "<nobr>not-breaking-in-hyphens</nobr>"
Thanks,
Costas
1) NoWarp property for the whole TRichView
2) rvpaoNoWrap in Options property of paragraph style. In RichViewAction, this option can be applied using TrvActionWordWrap action. Like any other properties of styles, it can be stored and loaded in RVF files.