CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - delphi exception

搜索资源列表

  1. pngimage1.56

    1下载:
  2. 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
  3. 所属分类:Delphi控件源码

    • 发布日期:2008-10-13
    • 文件大小:292388
    • 提供者:Han Xun
  1. 带附件及Html显示的邮件发送类

    0下载:
  2. unit UnitSendMail; interface uses   Windows, SysUtils, Classes,StdCtrls, ExtCtrls, ComCtrls, Dialogs,   IdMessage, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient,   IdExplicitTLSClientServerBase,IdMessageClient, IdSMTP
  3. 所属分类:Delphi控件源码

    • 发布日期:2009-01-14
    • 文件大小:1685
    • 提供者:kennyxue
  1. DelphNetTraffic

    0下载:
  2. delphi编写的网络流量监视软件,用于监视网络流量是否出现异常-delphi write network traffic monitoring software for monitoring network traffic, whether there is an exception
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:244220
    • 提供者:潘凌昀
  1. EurekaLog.v6.0.1.4

    2下载:
  2. EurekaLog 是集成在 Delphi, C++Builder, Visual Studio 等 IDE 下的辅助工具,能快速生成带 Error Report 功能的应用程序。能将错误报告发送到指定邮箱、服务器、记录在本地文件中等。其报告可具体指出出错的代码行,以及机器当前信息、寄存器信息等诸多重要诊断信息。新版还支持内存泄露检测。 -EurekaLog is a complete bug resolution tool for Delphi, C++Builder, C# and VB
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-31
    • 文件大小:13783707
    • 提供者:aldz
  1. winskin

    0下载:
  2. Delphi VclSkin 2.60 VCLSkin is an VCL library that extend Delphi application with skinnable user interface . Unlike other skin component that you must modify source code to build skinnable application, VCLskin can skin existing application usin
  3. 所属分类:Button control

    • 发布日期:2017-11-09
    • 文件大小:5242630
    • 提供者:史旭龙
  1. panclock

    0下载:
  2. TPanelClock -一个VCL组件是提供时间日期,数量,和滚动关键状态。当您按下此组件(在运行时) ,它将切换到免费的GDI显示,系统和用户资源。-{ TPanelClock- a VCL component that is provides time-of-date, NUM, CAPS, and } { Scroll Key Statuses. When you click on this component (at run-time), it } { will s
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-31
    • 文件大小:11842
    • 提供者:Sam
  1. Exception

    0下载:
  2. Delphi 异常处理是软件处理中很重要的一个技术,可以防止软件的不正常运行。-Delphi is a software exception handling to deal with a very important technology, could not prevent the normal operation of software.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-03
    • 文件大小:4477
    • 提供者:陈树
  1. Delphi-Kylix

    0下载:
  2. 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.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-08
    • 文件大小:1875169
    • 提供者:leventsa
  1. gdat2.40

    0下载:
  2. 1, 启动gdat.exe 2, 注册、进行一些简单的信息注册 3, 登录 出现成功登录后将引擎最小化 4, 测试sample\delphi\gdattest.exe 看到数据的话说明引擎已正常运行 5, 查看帮助及调用源码了解api使用方法,目前包含(vc6,dephi7,vb6),其它语言将陆续推出. *注意事项* 1,如果你的计算机设有防火墙,请将gdat.exe设成例外 2,计算机时间设置正确 -1, sta
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-07
    • 文件大小:1872340
    • 提供者:dennis
  1. 80921_XmlToolEditor

    0下载:
  2. TXmlTool 支援以下功能(特徵): 1. 可解析 XPath 2. 自動建造 XPath 的相關 Nodes 3. 具有 Exception 忽略能力 4. 以 XmlDom 為存取基礎, 不會影響原有的 XML 運作.-TXmlTool supports the following functions (features): 1. Can be resolved XPath 2. Automatic Construction of XPath related to
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-07
    • 文件大小:992775
    • 提供者:river
  1. Exam96

    0下载:
  2. 该源码主要是通过为ApplicationEvents的OnException事件安装了一个处理程序,实现了数据库各种异常错误的处理。-The source is mainly through the OnException events ApplicationEvents install a handler to achieve a variety of database exception error handling.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-16
    • 文件大小:338396
    • 提供者:hanlisxy
  1. ThreadSyncExample

    0下载:
  2. 在多线程中操作VCL对象时,需Synchronize到主线程,否则可能引起“Canvas does not allow drawing”异常。这是一个的线程同步例子,同时放了2种代码,可对照理解Synchronize的作用。-It s an example about how to operate VCL object in multithread. Use "Synchronize" To avoid "Canvas does not allow drawing" exception.
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:201967
    • 提供者:waters
  1. delphi_jdbcrm

    0下载:
  2. Delphi 编程入门经典教程,讲解Delphi快速入门的基础知识、面向对象编程的方法、字符串列表及应用、文本编辑器的设计、Delphi图形编程、文件管理、拖放编程、异常处理与程序调试、数据浏览部件的应用及编程、简单的数据库编程应用,动态链接库编程指南等。-Introduction to the classic Delphi Programming Tutorial, Getting Started Delphi explaining the basics of object-oriented
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:439352
    • 提供者:松公子
  1. vclskin503

    0下载:
  2. VCLSkin 是Delphi应用程序的扩展VCL类库用来制作用户界面的皮肤。不像其他的部件,要变换应用程序的皮肤,必须修改源代码重新编译,VCLSkin可以变换现有应用程序的皮肤不用修改源代码。 VCLSkin自动变换应用程序中的各种窗口的皮肤。包括Delphi Forms, MDIForm和通常的Windows对话框(MsgBox,Open/Save,Font,Print),甚至Exception对话框。 VCLScrin不仅支持Delphi标准控件,也支持许多第三方控件,例如T
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-29
    • 文件大小:12049722
    • 提供者:liaowenjia
  1. Delphi_debug_exception_handler

    0下载:
  2. Delphi异常处理程序调试Delphi debug exception handler-Delphi exception handler to debug Delphi debug exception handler
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:273815
    • 提供者:oz
  1. ExcMagicControl

    0下载:
  2. 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
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-08
    • 文件大小:1062
    • 提供者:misterxqm
  1. asynccalls-thread-pool-example

    0下载:
  2. 利用多线程异步函数调用。 {版本:2.98(2011年10月22日)} {添加:德尔福XE264位的支持} {} {版本:2.97(2011-05-21)} {修正:线程的优先级恢复正常新AsyncCall任务。 } {修正:代替暂停/恢复代码,以防止竞争条件,在所有线程} {暂停但他们FSuspended标志是假的。 } {修正:异常处理TAsyncCall.InternExecuteSyncCall。退出()后不叫AN} {引发异常。 } -Async
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-27
    • 文件大小:106621
    • 提供者:xkyzmr
  1. exception

    0下载:
  2. Delphi“异常”处理演示程序,编程学习源码,很好的参考资料。-Delphi "abnormal" processing demo program, learning programming source code, a good reference.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-14
    • 文件大小:3829
    • 提供者:什锦豆腐
  1. Delphi_506453

    0下载:
  2. Delphi“异常”处理演示程序,模拟“找不到文件”、模拟“文件格式出错”,就是在程序没有达到预期出错时应该如何处理这些异常信息,或弹出提示框,或不予理睬,一般不会不理睬,有一个合理的异常处理机制可提高程序运行稳定性。-Delphi "exception" handling demonstration program to simulate the "file not found" analog "file format error" is an error in the program did
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3436
    • 提供者:H7DP7FJ
  1. source

    0下载:
  2. I developed this game while learning Delphi, and before that Turbo Pascal. It's very much a first attempt so any comments or suggestions would be appreciated, particularly about any bugs and where exception handling might be included. It is a f
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:38912
    • 提供者:Aseke
« 12 »
搜珍网 www.dssz.com