搜索资源列表
谈谈Delphi中的类和对象
- 说到类和对象,我们不能不提及这样几个概念:类,对象,实例。就我个人觉得可 以这样来理解:对象指的是泛称,自然界的任何实体都可以看成一个对象;而类则是 以这些对象某些特征而分成的一系列的种类;实例则是特指属于某一个类的一个对象-said classes and objects, we can not fail to mention the following concepts : type, object, examples. I personally think that this can be
SimpleTimer
- Version 2.0.0 of SimpleTimer is incompatible with older versions, which means you will have to adjust your previous projects that use SimpleTimer. 1) The Start and Stop methods have been replaced with the Enabled and Interval properties,
opeDataSet.dll
- 界面部分和业务部分物理分离。将业务部分和界面部分分别编译成dll和exe可执行文件。 定义一个接口部分以实现界面部分和业务部分之间通讯。接口部分可使用接口或抽象类来实现。一定要保持接 口的稳定,轻易不要改变接口单元中的内容。还可通过预留接口来满足未来功能增长的需求。 经常变动的通常是业务部分,通过修改DLL封装对象的实现方法来升级DLL,无需重新修改和编译界面部分的Exe文件。-Interface part and the operational part of the phy
delphicomsrc
- 本源码包内包括以下源码:接口的其它用法探索、接口和抽象类的实例、接口和多重继承的实例、Delphi实现接口的实例、模拟对象状态改变后自动恢复。-The source package includes the following source: other uses of the interface to explore an instance of the instance of interfaces and abstract classes, interfaces, and multiple
capicom
- CAPICOM 的全名是 Cryptographic API Component Object Model ,是 微软的Windows操作系统里的一个安全组件,提供delphi版本的调用源代码-CAPICOM s full name is Cryptographic API Component Object Model, is a security component of Windows operating system in Microsoft, Delphi version of the
delphijni
- delphi制作的动态链接库,可以提供给java进行jni调用,java调用后delphi内部可以调用java对象。-Delphi production of the dynamic link library, can be provided to the Java JNI call, Delphi call after the internal Java object can be called java.
delphi-hook-library
- wr960204武稀松.2012.2 主页 http://www.raysoftware.cn 通用Hook库. 支持X86和X64. Get 使用了开源的BeaEngine反汇编引擎.BeaEngine的好处是可以用BCB编译成OMF格式的Obj, 被链接进Delphi的DCU和目标文件中.不需要额外带DLL. BeaEngin引擎 http://www.beaengine.org/ 限制: 1.不能Hook代码大小小于
chineseswish_2014728142352
- QWorker 3.0 - Delphi编写的基于作业的多线程作业管理器,线程池、队列、计划任务总有你所需要的,充分利用现代处理器的多线程处理能力。 它包括: 1、自维护的线程池; 2、普通的后台线程作业; 3、支持精度高达0.1ms的定时重复作业; 4、支持计划任务作业; 5、支持延迟执行作业; 6、信号触发作业; 7、附加的数据指针可以自动释放; 8、支持对象本身函数和全局函数做为作业处理过程; 9、支持作业分组并等待其完成; 10、支持取消未进行