 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Brent Kerske Guest
|
Posted: Mon Apr 26, 2004 6:11 pm Post subject: How to Prevent copy/paste in TMemo component? |
|
|
I have a TMemo component that I don't want the users to be able to
select all the text in it and do a
"Ctrl+c" and paste it "Ctrl+v" into another application? Basically I
need to prevent the copy capability?
How can this be done?
Thanks,
Brent
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Apr 26, 2004 6:22 pm Post subject: Re: How to Prevent copy/paste in TMemo component? |
|
|
"Brent Kerske" <bkerske (AT) dickey-john (DOT) com> wrote
| Quote: | I have a TMemo component that I don't want the users to be
able to select all the text in it and do a "Ctrl+c" and paste it
"Ctrl+v" into another application? Basically I need to prevent
the copy capability? How can this be done?
|
Put the TMemo onto a TPanel and then set the TPanel's Enabled property to
false.
Otherwise, you will just have to subclass the TMemo's WindowProc property
and intercept the WM_COPY message directly.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|