Search found 5 matches
- Tue Sep 20, 2005 2:49 am
- Forum: Support
- Topic: Does RichViewEdit had some property to get it's plain text?
- Replies: 5
- Views: 21856
Does RichViewEdit had some property to get it's plain text?
Does it had?I can get the text ,but is there any simple way like "richedit.text"?
- Sat Sep 17, 2005 1:39 am
- Forum: Support
- Topic: how to replace a picture with another one?
- Replies: 1
- Views: 15226
how to replace a picture with another one?
i want replace a picture with another that i want to insert ?how can i do ?
1) Include RVGifAnimate unit in the project or in the uses clause of one of your units 2) Set rich.AnimationMode=rvaniOnFormat And do not call Format after Insert*** methods. They are editing-style methods, they reformat the changed part of document themselves. In this case, Format only slows down ...
gif image
why i insert a gif image,but it can't be active?
my code is like this:
gif:=TGifImage.Create;
gif.LoadFromFile('0020.gif');
rich.InsertPicture('0020.gif',gif,rvvaBaseLine);
rich.Format;
my code is like this:
gif:=TGifImage.Create;
gif.LoadFromFile('0020.gif');
rich.InsertPicture('0020.gif',gif,rvvaBaseLine);
rich.Format;