how to Not allowed to drag the text, do not set readonly.

General TRichView support forum. Please post your questions here
Post Reply
bsanlang
Posts: 80
Joined: Sun Sep 24, 2006 1:03 am

how to Not allowed to drag the text, do not set readonly.

Post by bsanlang »

Hello:
how to Not allowed to drag the text, do not set readonly.
Sergey Tkachenko
Site Admin
Posts: 17306
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Disabling dragging from TRichView: include rvoDisallowDrag in Options.
Note that ReadOnly state does not prevent dragging from TRichViewEdit. You can even drag from a completely uneditable TRichView

Disabling dragging to TRichViewEdit: exclude everything from AcceptDragDropFormats.
Post Reply