Steps to reproduce the issue.
- Implement TrvHtmlViewImporter for TRichViewEdit, as instructed here.
- Copy and paste web page content from https://stackoverflow.com/questions/270 ... kage-error
- Now save the styles, using TRVStyle.SaveToINI. I found that slowness happens in the follow lines:
Code: Select all
TRVStyle.SaveToINI
begin
...
ParaStyles.SaveToINI(ini, Section);
TextStyles.SaveToINI(ini, Section);
ListStyles.SaveToINI(ini, Section);
StyleTemplates.SaveToINI(ini, Section);