Search found 3 matches
- Fri Jul 08, 2016 11:01 am
- Forum: Support
- Topic: Search image and change it
- Replies: 5
- Views: 15180
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 ListBoxCamposImagem.Items ...
- Thu Jul 07, 2016 7:36 pm
- Forum: Support
- Topic: Search image and change it
- Replies: 5
- Views: 15180
- Thu Jul 07, 2016 6:47 pm
- Forum: Support
- Topic: Search image and change it
- Replies: 5
- Views: 15180
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.
Nowadays I am finding the image using GetItem(x), but I am having difficulties with replace the image.