随笔- 267
文章- 27
评论- 28
阅读-
10万
12 2014 档案
EClassNotFound
摘要:---------------------------Debugger Exception Notification---------------------------Project Project1.exe raised exception class EClassNotFound with m...
阅读全文
Delphi XE Starter Essentials 中文目录
摘要:Table of Contents1. Delphi XE Starter IDE 1Delphi and C++Builder ....................................................................... 12007版的时候,ID...
阅读全文
求 小牛人 解释
摘要:9111行是开始断点,然后F8单步,9112行判断不成立,怎么突然到9127行 End那里了?现在改成这样了,是正常了。关键差异,在第二个判断的语句里。 jsa := SA([]).AsArray; for I := 0 to Strlist.Count - 1 do if SO(Strlist...
阅读全文
通过消息获取 打印任务数量
摘要:http://www.scalabium.com/faq/dct0047.htmD2007下未测试成功。If you need detect how many jobs are in the MS Windows print spooler, then you must handle a WM_SP...
阅读全文
重置delphi Printer对象
摘要:http://www.efg2.com/Lab/Library/UseNet/1999/0714b.txtFrom: "Nick Ryan" Subject: Re: D1 printing problem: incorrect font sizesDate: 14 Jul 1999 00:00:0...
阅读全文
Delphi中的文件扩展名
摘要:Filename Extensions in Delphi http://delphi.about.com/od/beginners/a/aa032800a.htm Try building a small test project ... whoa ... a typical Delphi app
阅读全文
Delphi 项目 结构 文件夹 组织
摘要:Delphi Project Structure Folder Organizationhttp://delphi.about.com/od/delphitips2008/qt/project_layout.htmI've been developing in Delphi for the past...
阅读全文
flashfxp 命令行
摘要:以后更新软件时,尽量用bat命令行http://www.flashfxp.com/forum/flashfxp/frequently-asked-questions-faq-/14748-command-line-switches.html
阅读全文
如何以编程方式打印到在 MFC 中的非默认打印机
摘要:http://cache.baiducontent.com/c?m=9f65cb4a8c8507ed4fece763105790245b09c0252bd7a74a2485d315d2390f07506694ea7a7d0d5d83d87f6305ac4957f7b86c65377571eb8f8d...
阅读全文
superobject数组添加json对象,用的是引用
摘要:1 procedure TForm1.Button1Click(Sender: TObject); 2 var 3 ja,jo: ISuperObject; 4 I: Integer; 5 begin 6 ja := SA([]); jo :=SO(); 7 jo.S['index...
阅读全文
设置非默认打印机纸张的问题
摘要:现在一般是Windows xp等NT 内核的系统了。系统上安装了标签打印机等打印页面比较小的打印机,以及普通的针式打印机,默认打印机是标签打印机。程序要打印到普通的针式打印机。对于纸张分2种情况,1、使用该打印机支持的标准纸张;2、使用自定义的纸张。文字打印方向于纸张宽度、高度的关系问题?
阅读全文
输入法快捷键
摘要:http://cache.baiducontent.com/c?m=9d78d513d9821af01ab3cf2a564181711925d139678b875428c39339d13a1c141c3af7fc677c1f5e95833e7000dc5441afb5736537742bb49899...
阅读全文
稀疏 部分 Checkout
摘要:To easily select only the items you want for the checkout and force the resulting working copy to keep only those items, click theChoose items...butto...
阅读全文
先创建项目 后版本化的步骤
摘要:导入数据到版本库 导入 如果将项目导入一个已经含有其它项目的版本库中,那么版本库的结构已经确定了。如果要导入到一个新的版本库中,那么最好花点时间来想一下如何设置版本库的结构。阅读 “版本库布局”一节 获得更多建议。 This section describes the Subversion impo
阅读全文
Delphi I/O error 103 错误
摘要:http://stackoverflow.com/questions/634587/delphi-why-do-i-sometimes-get-an-i-o-error-103-with-this-codeI don't see what is wrong with automatic retry....
阅读全文
EditorLineEnds.ttr 错误问题
摘要:安装 Windows Write Live,在线安装,会先安装一个什么补丁,中途提示失败。运行Delphi2007,第一次成功,第二次就是EditorLineEnds.ttr文件错误。http://stackoverflow.com/questions/25295980/delphi-2006-20...
阅读全文
TStringList 的Sorted属性
摘要:1 、设置 sorted := true;2、添加数据add('3');add('4');add('1');showmessage(commatext);// 1,3,43、再修改Sorted属性 为 false ,前面已经添加的数据 不会恢复为添加时的顺序341添加新数据 add('5');4、s...
阅读全文
Delphi out 参数 string Integer
摘要:http://www.delphibasics.co.uk/RTL.asp?Name=Outhttp://stackoverflow.com/questions/14507310/whats-the-difference-between-var-and-out-parametersA var par...
阅读全文