Need help in Loading HTML using RVHtmlImporter
Posted: Thu Mar 27, 2025 7:24 am
What did i miss here?
RichViewEdit1.Clear;
RvHtmlImporter1.LoadHtml(memo1.Text);
RichViewEdit1.Format;
Im trying to load an HTML from a string or memo1 to RichViewEdit1 but it doesnt display the correct formatting.
RichViewEdit1.Clear;
RvHtmlImporter1.LoadHtml(memo1.Text);
RichViewEdit1.Format;
Im trying to load an HTML from a string or memo1 to RichViewEdit1 but it doesnt display the correct formatting.