ReadOnly:= true and drag&drop files
Posted: Wed Mar 06, 2013 11:19 am
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
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