wwriched.pas

找到如下方法,注释如下语句,直接返回true
function TwwCustomRichEdit.CanCut: boolean;
begin
   //result:= seltext<>'';  Mike remove;
   result := true;
end;

相关文章:

  • 2021-05-18
  • 2022-12-23
  • 2021-07-05
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-12-23
  • 2021-08-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-19
  • 2022-01-28
  • 2022-12-23
  • 2021-08-11
相关资源
相似解决方案