06 2014 档案
摘要:Delphi Internal Error L681Although this specific example doesn't reproduce the problem in a small project, this caused the problem in a larger project...
阅读全文
摘要:单元不能被循环引用(Circular unit reference)的。循环引用的意思是:A引用了B,而B又引用了A,且都是在interface部分进行引用。example:unit Unit1;interfaceusesUnit2;......unit Unit2;interfaceuses Un...
阅读全文
摘要:在Delphi中用ADOQuery进行数据库的记录操作时,有时会报 “无法为更新定位行。一些值可能已经在最后一次读取后已更改” 这个错。这个错通常是 你操作的记录 在数据库中已经被修改过了,如:在数据库中已被删除了,你用ADOQuery更新了被删除的记录数据库表字段有默认值,你用ADOQuery插入...
阅读全文

浙公网安备 33010602011771号