Hi
I am intermittently getting this Error Message in Delphi 2010 - "Can't perform Unicode Operation"
I have just switched from Delphi 2007 to Delphi 2010 and since before the switch never had this Error Message before: "Can't perform Unicode Operation"
Is there anything I can do to prevent this Error from happening? Please could you give me some advice as to what I can do?
All the best
jnap ( Chris ).
Can't perform Unicode Operation - Error
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Hi
Sorry for the confusion but I have now found the line causing the problem.
It is:
Sorry for the confusion but I have now found the line causing the problem.
It is:
Code: Select all
//------------------------------------------------------------------------------
// rve OnPaste...
//------------------------------------------------------------------------------
procedure TSEMArcFrm.rvePaste(Sender: TCustomRichViewEdit;
var DoDefault: Boolean);
begin
DoDefault := not PasteTextWithURLs(Sender, URLScanEvent);
end;
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact: