Resetting a protected style
Posted: Mon Feb 06, 2006 1:08 pm
How does one change a style of an item in code, if the style has a rvprStyleProtect listed in Protection options?
Aleksander
Aleksander
Support forums for TRichView, ScaleRichView, Report Workshop and RVMedia components
https://writeally.com/forums/
Ah, so this is the one I was looking for, then - thanks!Or you can use nonediting operation: RV.GetItem(i).StyleNo := NewStyle, then call Format.