ReadOnly:= true and drag&drop files

General TRichView support forum. Please post your questions here
Post Reply
serglogin
Posts: 4
Joined: Wed Mar 06, 2013 10:55 am

ReadOnly:= true and drag&drop files

Post by serglogin »

Dear Sergey,

Is this possible to set ReadOnly:= true property for TRichViewEdit but accept the files from Windows Explorer to this control?

AcceptDragDropFormats is set only for rvddFiles:= true;

I will process dropped files manually (don't need to have them been inserted to TRichViewEdit automatically)

Whole form (as IDropTarget) is accepting files from explorer but if dragged files come over TRichViewEdit, it prohibits to drop files on it.

If I set ReadOnly:= false drag&drop works well.

Is there any solutions for that? Thanks
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Post Reply