搜索资源列表
pngimage1.56
- This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
带附件及Html显示的邮件发送类
- unit UnitSendMail; interface uses Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs, IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
DelphNetTraffic
- delphi编写的网络流量监视软件,用于监视网络流量是否出现异常-delphi write network traffic monitoring software for monitoring network traffic, whether there is an exception
EurekaLog.v6.0.1.4
- EurekaLog 是集成在 Delphi, C++Builder, Visual Studio 等 IDE 下的辅助工具,能快速生成带 Error Report 功能的应用程序。能将错误报告发送到指定邮箱、服务器、记录在本地文件中等。其报告可具体指出出错的代码行,以及机器当前信息、寄存器信息等诸多重要诊断信息。新版还支持内存泄露检测。 -EurekaLog is a complete bug resolution tool for Delphi, C++Builder, C# and VB
Exception
- Delphi 异常处理是软件处理中很重要的一个技术,可以防止软件的不正常运行。-Delphi is a software exception handling to deal with a very important technology, could not prevent the normal operation of software.
Delphi-Kylix
- This book is about database programming in Delphi 6 and Kylix. Most of the code in the book (with the exception of the dbExpress chapters) should also work with Delphi 5, but I have made no effort to test it.
gdat2.40
- 1, 启动gdat.exe 2, 注册、进行一些简单的信息注册 3, 登录 出现成功登录后将引擎最小化 4, 测试sample\delphi\gdattest.exe 看到数据的话说明引擎已正常运行 5, 查看帮助及调用源码了解api使用方法,目前包含(vc6,dephi7,vb6),其它语言将陆续推出. *注意事项* 1,如果你的计算机设有防火墙,请将gdat.exe设成例外 2,计算机时间设置正确 -1, sta
vclskin503
- VCLSkin 是Delphi应用程序的扩展VCL类库用来制作用户界面的皮肤。不像其他的部件,要变换应用程序的皮肤,必须修改源代码重新编译,VCLSkin可以变换现有应用程序的皮肤不用修改源代码。 VCLSkin自动变换应用程序中的各种窗口的皮肤。包括Delphi Forms, MDIForm和通常的Windows对话框(MsgBox,Open/Save,Font,Print),甚至Exception对话框。 VCLScrin不仅支持Delphi标准控件,也支持许多第三方控件,例如T
Delphi_debug_exception_handler
- Delphi异常处理程序调试Delphi debug exception handler-Delphi exception handler to debug Delphi debug exception handler
ExcMagicControl
- ExceptionalMagic is shareware unit for use with Inprise Delphi 3,4,5 and C++ Builder 4,5. This unit replaces standard exception handling behaviour with much more controlled and informative one. It allows you to customize many aspects of excep
AgentObjects_TLB
- 在delphi 7.0中使用Ms Agent,不能发音 查资料说应该设 agent.LanguageID := 1033 或者说 agent.LanguageID := $0409 可是在delphi 7.0中一到这句就是一个异常,而且也没有声音 网上找资料说是delphi 7.0生成的AgentObjects_TLB.pas出错导至Ms Agent不能发声,但是搜遍了也没有找到修改后AgentObjects_TLB.pas文件。 后来终于在网上找到一个解决办法(
VclSkin5.40_FullSource
- 一款非常好用的Delphi控件,完整源码 -VCLSkin is a component to create skinnable user interface for Delphi/C++Builder application, It is easy to use, just put one component on mainform, Vclskin will skin whole application without source code modification. Vc
TPaxScripter.v2.8
- delphi 脚本源码 支持pascal C basic javascr ipt-. All pax-languages support such concepts of the modern programming as namespaces, nested classes, inheritance, static(shared) members, indexed properties, default parameters, delegates, exception han
yichang
- 截获Delphi中的异常,很好的处理了异常代码对学习者有用-very good for learing of exception
VclSkin_v5.6
- VclSkin_v5.6 Full Source VCLSkin 是Delphi应用程序的扩展VCL类库用来制作用户界面的皮肤。不像其他的部件,要变换应用程序的皮肤,必须修改源代码重新编译,VCLSkin可以变换现有应用程序的皮肤不用修改源代码。 VCLSkin自动变换应用程序中的各种窗口的皮肤。包括Delphi Forms, MDIForm和通常的Windows对话框(MsgBox,Open/Save,Font,Print),甚至Exception对话框。 VCLScrin不仅支持Del
PNGImage
- This PNG Delphi version 1.56 documentation (this version is a major rewrite intended to replace the previous version, 1.2). Improvements in this new version includes: This new version allows the programmer to not use Delphi heavy units which
exception
- Delphi“异常”处理演示程序,编程学习源码,很好的参考资料。-Delphi "abnormal" processing demo program, learning programming source code, a good reference.
Delphi_727451
- Delphi:Delphi遍历二叉树,可修改成多叉树,Delphi源码下载,内含定义节点类,定义二叉树类,程序将利用递归方式查找节点,在当前节点之后添加节点,删除节点,判断某一节点是否为尾节点,并定义了异常类,用于异常错误处理。在添加节点时,应保证节点的唯一性,在遍历节点时是以数据为条件的。本实例虽然只实现了二叉树节点的添加、删除,但也考虑了多叉树的情况,只要修改ChildNode类型,便可以实现一个多叉树。 -Delphi: Delphi tree traversal can be mod