Search found 8 matches

by lovethisgame
Sun Sep 19, 2010 2:41 pm
Forum: Support
Topic: Help needed! pastespecial like "drag and drop"
Replies: 0
Views: 12827

Help needed! pastespecial like "drag and drop"

I want to start a function like "PasteSpecial", but now I have a problem. The code is as follows: -------------------------- procedure TForm1.RichViewEdit1OleDrop(Sender: TCustomRichView; const DataObject: IDataObject; Shift: TShiftState; X, Y: Integer; PossibleDropEffects: TRVOleDropEffec...
by lovethisgame
Sat Sep 11, 2010 7:43 am
Forum: Support
Topic: How to select the whole inserted RVF stuff
Replies: 1
Views: 8428

How to select the whole inserted RVF stuff

When I insert a RVF stream from a Richview into a RichViewEdit, it automatically select the part before the inserted, how can i select the whole inserted stuff instead of that.
by lovethisgame
Sat Sep 11, 2010 1:53 am
Forum: Support
Topic: "Paste Special ..." like drag&drop
Replies: 1
Views: 8556

"Paste Special ..." like drag&drop

Can I have the function like "paste special..." when I drag something and drop it into a richviewedit?
by lovethisgame
Thu Aug 13, 2009 1:41 am
Forum: Support
Topic: help: TDBRichViewEdit can't display some Chinese characters
Replies: 3
Views: 11799

but if I switch to another database..

When I switch to another database engine (absolute database), some of the Chinese characters which couldn't be played if I used microsoft access can be displayed.
by lovethisgame
Mon Aug 10, 2009 7:13 am
Forum: Support
Topic: help: TDBRichViewEdit can't display some Chinese characters
Replies: 3
Views: 11799

help: TDBRichViewEdit can't display some Chinese characters

The problem occured in Delphi 2009, a Chinese Windows XP sp3 platform. While I was creating a database application, I encountered a big problem. One of the fields is a Memo field and stores some information in Chinese. When I use the TDBRichViewEdit to display the information, only some Chinese char...
by lovethisgame
Wed Aug 05, 2009 2:11 pm
Forum: Support
Topic: Any way to use Regular Expression with trichviewedit£¿
Replies: 0
Views: 12186

Any way to use Regular Expression with trichviewedit£¿

Is there a way to use Regular Expressions (say TPerlRegEx) with trichviewedit for the purpose of searching, replacement and matching?
Any idea will be appreciated.
by lovethisgame
Wed Jul 22, 2009 10:13 am
Forum: Support
Topic: How to get the current sentence?
Replies: 2
Views: 10048

Thanks.

Thanks a lot. Your code works well.
by lovethisgame
Mon Jul 20, 2009 5:26 am
Forum: Support
Topic: How to get the current sentence?
Replies: 2
Views: 10048

How to get the current sentence?

Hi! I want to get the current sentence, but I do not have any idea about how to achieve it.
Thanks. :D