随笔分类 -  Delphi

摘要:解决方法:设定CodePage为936 FastReport用户手册中关于CodePage的说明: 此属性特定于PDF417和DataMatrix条码。它确定用于转换非ASCII的代码页字符。例如,默认的Windows代码页是1251。 Windows使用代码页(code page)来适应各个国家和 阅读全文
posted @ 2019-04-19 21:06 碧浔 阅读(1020) 评论(0) 推荐(0)
摘要:在Delphi XE7中设计Multi-Device Application 类型窗体中,发现删除一个组件时,提示introduced in an ancestor and cannot be deleted,是因为Views继承于Master,只需要把Views选择Master后再删除即可。 阅读全文
posted @ 2014-10-08 18:33 碧浔 阅读(451) 评论(0) 推荐(0)