Compile fails on RichViewTextItemClass not found
Posted: Sun May 04, 2025 10:46 pm
I haven't upgraded yet but the new company I'm working with has purchased the latest edition and they cannot compile my code. It fails on RichViewTextItemClass that I use to insert multi line text. I'm using v22
Sample code:
//InsertMultilineText(RVData, i, j, vStringList.Text);
for j := vStringList.Count-1 downto 0 do
begin
item := RichViewTextItemClass.Create(RVData);
s := ReplaceCRLFWithSpaces(vStringList[j]);
Sample code:
//InsertMultilineText(RVData, i, j, vStringList.Text);
for j := vStringList.Count-1 downto 0 do
begin
item := RichViewTextItemClass.Create(RVData);
s := ReplaceCRLFWithSpaces(vStringList[j]);