Search found 2 matches

by kostyan29
Fri Oct 16, 2020 5:38 am
Forum: Support
Topic: cannot paste after close/open editor
Replies: 1
Views: 8006

Re: cannot paste after close/open editor

Problem is solved. It was my mistake. Form don't destroyed after close. I just had added following code

procedure TRichForm.FormClose(Sender: TObject; var Action: TCloseAction);
begin
Action:=cafree;
end;

and all will works fine. Sorry!
by kostyan29
Thu Oct 15, 2020 10:41 am
Forum: Support
Topic: cannot paste after close/open editor
Replies: 1
Views: 8006

cannot paste after close/open editor

Hello! I have a strange problem. I try to use TRichView with database (Delphi 10.3, Firebird). File saved in BLOB field. step 1. I read stream from DB, and load file from stream (RichViewEdit1.LoadRVFFromStream(stream)). That's all OK. I copy something in Word or OpeOfficeWriter (text,tables ...