Board index » delphi » TRichEdit freezes program
P. F. Due?as
![]() Delphi Developer |
Wed, 20 Feb 2002 03:00:00 GMT
TRichEdit freezes program
I have a form with a TRichEdit. I do not want the user to copy the text,
so I have not implemented anything for CopyToClipboard and the control is ReadOnly. But when I press Control-C the program freezes with no apparent reason. None of the procedures is called, nor KeyDown for the control or the form. Any way to solve this? Thanks a lot, Pablo. Controls in the form: object fmShowBiograpy: TfmShowBiograpy |