Sorry for the several posts, I know you are in vacation, take your time
![Smile :)](./images/smilies/icon_smile.gif)
Is there a way to track changes of all the style templates, para styles, text styles and list styles in a TRVStyle object?
Currently all I can find is TCustomRichView.OnStyleTemplatesChange, but it doesn't seem to be enough.
Because I need know if I need to save the content of TRVStyle to INI, if none of the styles were changed obviously I don't need to perform the saving which takes time.
Thanks.