Search found 3 matches

by Ragael
Fri Jul 08, 2016 11:01 am
Forum: Support
Topic: Search image and change it
Replies: 5
Views: 16161

I am using the code:


SRichViewEdit1.StartEditing(srvrveHeader);
for x := 0 to SRichViewEdit1.ActiveEditor.ItemCount-1 do
begin
if SRichViewEdit1.ActiveEditor.GetItemStyle(x) = rvsPicture then
begin
SRichViewEdit1.ActiveEditor.GetPictureInfo(x,AName,Agr,AVAlign,ATag);
if ...
by Ragael
Thu Jul 07, 2016 7:36 pm
Forum: Support
Topic: Search image and change it
Replies: 5
Views: 16161

No. The user will not change back the image
by Ragael
Thu Jul 07, 2016 6:47 pm
Forum: Support
Topic: Search image and change it
Replies: 5
Views: 16161

Search image and change it

Hi, I'd like know how search for a image (by name) and replace with another image. In runtime!

Nowadays I am finding the image using GetItem(x), but I am having difficulties with replace the image.