Location:
Search - Delphi v
Search list
Description: SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server Anywhere * ODBC datasources * OLEDB datasources-SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server An
Platform: |
Size: 9024396 |
Author: akay |
Hits:
Description: 这些天新壳大爆发啊,我也来凑个热闹。
又是一个自娱自乐的产物,和netsowell发布过源码的那个不一样,这个壳90%的代码是用delphi写成的。
仅在win2k+sp4上测试过,不支持9x系统。因为用了一个可能不安全的隐藏oep的方法,xp系统上有可能会出问题。
没花,没anti代码,适合初学者了解壳。
现在只能压缩exe文件。
压缩包里含源码,算是为这里的delphi初学者的小礼物。
Platform: |
Size: 279898 |
Author: guo |
Hits:
Description: This a version of Anders Melander s TGIFImage ported to Delphi 7.
It supports animated GIF files in Delphi 7.
Note: This Delphi 7 version should also work older Delphi versions (not tested much).
WARNING: Use it at your own risk.
I m posting it with permission from the author Anders Melander.
Platform: |
Size: 180402 |
Author: 刘鸿翔 |
Hits:
Description: Delphi_HTML Components v 8 2 pro Source Code
Platform: |
Size: 1855488 |
Author: 站长 |
Hits:
Description: SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4 - 9(2005) and C++Builder v.4 - 6. It uses the native application programming interfaces to access to the following SQL-servers: * Centura (formerly, Gupta) SQLBase Server * IBM DB2 Universal Database * Informix Server * Interbase/Firebird Server * Microsoft SQL Server * MySQL Server * Oracle Database Server * PostgreSQL Server * Sybase Adaptive Server Enterprise and Adaptive Server Anywhere * ODBC datasources * OLEDB datasources-SQLDirect Component Library is a light-weight Borland Database Engine replacement for Borland Delphi v.4- 9(2005) and C++Builder v.4- 6. It uses the native application programming interfaces to access to the following SQL-servers:* Centura (formerly, Gupta) SQLBase Server* IBM DB2 Universal Database* Informix Server* Interbase/Firebird Server* Microsoft SQL Server* MySQL Server* Oracle Database Server* PostgreSQL Server* Sybase Adaptive Server Enterprise and Adaptive Server An
Platform: |
Size: 9024512 |
Author: akay |
Hits:
Description:
Platform: |
Size: 351232 |
Author: 陈晓洪 |
Hits:
Description: 完成Windows程序中计算器中的所有功能,使用类似Windows计算器的图形界面;
(2) 使用可视化方法设计,并编写合适的按钮和菜单事件代码;
(3) 使用delphi语言编写代码
程序具有处理异常的能力,以防止用户输入和操作错误而导致的异常-complete Windows calculator procedures of all functions, similar to the Windows Calculator graphics interface; (2) the use of visualization methods to the design, and to prepare the appropriate buttons and menus incident code; (3) the use of delphi language code procedures to deal with unusual capabilities, to prevent the user input and operational errors which led to the abnormal
Platform: |
Size: 327680 |
Author: lingxiao |
Hits:
Description: 一个用Delphi+VFW 的视频远程传送的演示程序.
-A used Delphi+ VFW remote transmission of video demo program.
Platform: |
Size: 894976 |
Author: daemen |
Hits:
Description: Delphi的skin.v3.84皮肤美化包
可以使delphi的界面很美观-Delphi
Platform: |
Size: 3712000 |
Author: 辆新 |
Hits:
Description: This a version of Anders Melander s TGIFImage ported to Delphi 7.
It supports animated GIF files in Delphi 7.
Note: This Delphi 7 version should also work older Delphi versions (not tested much).
WARNING: Use it at your own risk.
I m posting it with permission from the author Anders Melander.
Platform: |
Size: 180224 |
Author: 刘鸿翔 |
Hits:
Description: vod点歌系统,DELPHI的通用软件
会有帮助
-vod VOD system, DELPHI common software would be helpful
Platform: |
Size: 28241920 |
Author: kerry |
Hits:
Description: VMProtect 简介
VMProtect 是新一代的软件保护系统,不像其它常见的保护系统,VMProtect 可以修改应用程序的源代码。VMProtect 将原文件的部分代码转换为在虚拟机中运行的字节码。您可以将虚拟机想像成带有不同于 Intel 8086 处理器指令系统的虚拟处理器;例如,虚拟机没有比较两个操作数的指令,也没有条件跳转和无条件跳转等。
支持的编译器:
Delphi
Borland C Builder
Visual C/C++
Visual Basic (native)
Virtual Pascal
支持的文件类型(32 位和 64 位):
EXE
DLL
BPL
OCX
SYS
支持的操作系统:
Windows 95/98
Windows ME
Windows NT
Windows 2000
Windows XP
Windows 2003
Windows Vista
-标准类
TObject = class
constructor Create
procedure Free
end
TPersistent = class(TObject)
procedure Assign(Source: TPersistent)
end
TStrings = class(TPersistent)
function Add(S: String): Integer
procedure Append(S: String)
procedure AddStrings(Strings: TStrings)
procedure Clear
procedure Delete(Index: Integer)
function IndexOf(const S: String): Integer
procedure Insert(Index: Integer S: String)
procedure LoadFromFile(FileName: String)
procedure SaveToFile(FileName: String)
property Count: Integer read
property Text: String read write
property CommaText: String read write
property Strings[Index: Integer]: String read write
property Objects[Index: Integer]: TObject read write
end
TDuplicates = (dupIgnore, dupAccept, dupError)
TNotifyEvent = procedure(Sender: TObject)
TStringList = class(TStrings)
function Find(S: String var Index: Integer): Boolean
procedure Sort
property Duplicates:
Platform: |
Size: 4096 |
Author: cxzhack |
Hits:
Description: Delphi写的VNC Viewer,有例程,是delphier的福音-VNC Viewer written in Delphi
Platform: |
Size: 347136 |
Author: aa |
Hits:
Description: swf sdk v 2.4.2 for delphi 7
Platform: |
Size: 4217856 |
Author: parssafa |
Hits:
Description: Delphi写的VNC遥控客户端-源代码-Delphi wrote VNC remote client- source code
Platform: |
Size: 47104 |
Author: hst |
Hits:
Description: DevArt UniDAC v.4.0.2 Source Code
Platform: |
Size: 7307264 |
Author: zhang |
Hits:
Description: SQL Server Data Access Components
Delphi 7- XE10
Platform: |
Size: 8236032 |
Author: ProgrammerDeveloper
|
Hits:
Description: NativeExcel v.3.9.7 (D4-XE7)
Platform: |
Size: 19061760 |
Author: ProgrammerDeveloper
|
Hits:
Description: delphi 做的可以发送邮件的客户端,支持163、qq邮箱等。(Delphi can do mail client, support 163, QQ mailbox and so on.)
Platform: |
Size: 545792 |
Author: zhuanSky
|
Hits:
Description: TRichView.v.16.10.0.x86-x64.Src.rar
支持最新的delphi 10.2
亲测可用,包含32位,64位源码(TRichView.v.16.10.0.x86-x64.Src.rar
Support the latest Delphi 10.2
32 - bit, 64 - bit source code)
Platform: |
Size: 55810048 |
Author: 宋浩 |
Hits: