-
远程桌面显示~~~~基于indy tcp组件的
远程桌面显示~~~~基于indy tcp组件的-Remote Desktop shows ~ ~ ~ ~ indy tcp component-based
- 2022-11-28 16:50:03下载
- 积分:1
-
delphi字符串加密,可以将delphi源代码中的字符串作加密处理,发布程序前可以用。虽然加密算法简单,但因为密码是随机生成的,所以还是可以起到一定的保护作用...
delphi字符串加密,可以将delphi源代码中的字符串作加密处理,发布程序前可以用。虽然加密算法简单,但因为密码是随机生成的,所以还是可以起到一定的保护作用的。-delphi string encryption, can be delphi source code of the string for encryption processing, pre-release procedure can be used. Although the encryption algorithm is simple, but because the password is randomly generated, it can still play a protective role.
- 2022-01-27 21:13:33下载
- 积分:1
-
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有...
嘿嘿,大侠看到不要见笑呀...
大家都知道使用DLL的好处.于是我就想把FORM封装到DLL里面去.
到网上找,发现是MDI和模式窗体的,非模式的也有很多问题.便想自己解决这个问题.
原来是用DLL创建一个对象返回,但发现有很多的问题.
想了半天就去寻根问柳吧.
找到了类.
我就想把类封装进DLL,到时简单的返回一个类,然后在主程序里操作不就简单了?
找了半天发现了TFormClass,于是试了试从DLL导出来,像一般的程序一样创建窗体发现成功.
接着我又想看看其他的类是不是也能这样,就拿TFrame来实验.
function GetDllFrameClass():TFrame stdcall
第一次是这样声明的,失败.奇怪?!
试了好多次都不行,就想到了TFormClass(Ctrl+左键),进去看看,发现是这样声明的.
TFormClass = class of TForm
哎呀,恍然大悟!!
class(TFrame) 是声明一个类, 这个类继承了TFrame类 f: TFrame 是一个对象
class of TFrame 声明的是类类型, f:TFrameClass 是一个类.
function GetDllFrameClass():TFrame
返回就不是类而是对象了,照TFormClass修改后TFrameClass = class of TFrame
运行...成功,
- 2022-01-31 01:59:09下载
- 积分:1
-
Web Application Development Delphi source code for web development is helpful.
Delphi网络应用开发的源代码,对于网络开发方面是有帮助的。-Web Application Development Delphi source code for web development is helpful.
- 2022-10-19 21:10:04下载
- 积分:1
-
Operating system: Windows ME/2000/XP development tools: Delphi 7.0 Database: SQL...
操作系统:Windows ME/2000/XP
开发工具:Delphi 7.0
数据库:SQL Server 2000
硬件配置:CPU:Pentium 200MHz 以上
内存:32MBRAM以上
硬盘:100MB以上磁盘空间
显示分辨率:最低800×600像素 建议1024×768像素
颜色:256色
进销存管理软件:软件包括强大的数据存储、查询和汇总功能,提供多角度的业务分析报表和数据查询;严谨的权限和业务流程控制、系统自动维护和备份功能确保数据的安全性;智能化预警功能监测存货的短缺、超储等异常状况,确保企业生产经营正常进行。-Operating system: Windows ME/2000/XP development tools: Delphi 7.0 Database: SQL Server 2000 hardware configuration: CPU: Pentium 200MHz or above Memory: 32MBRAM over the hard disk: 100MB or more disk space Display Resolution: 800 × 600 pixels minimum recommended 1024 × 768 pixel colors: 256 colors Invoicing management software: software includes a powerful data storage, query and aggregate functions, to provide the perspective of the business analysis and data query statements strict control of authority and business processes, system maintenance and backup functions automatically to ensure that the data security intelligent early warning function of a shortage of inventory monitoring, super-abnorma
- 2022-03-20 14:05:51下载
- 积分:1
-
Chapter 2 " BASM (Borland assembler language) the essence" of all the s...
第2章“BASM(Borland汇编语言)精要”中的全部示例代码。包括:
目录 描述
------------------------------------------------------------------------------
DEMO1 演示如何在BASM中调用Delphi Functions。
DEMO2 演示如何在BASM中调用Windows API。
DEMO3 演示如何在BASM中使得“jmp proc”执行后返回到下一行。-Chapter 2 " BASM (Borland assembler language) the essence" of all the sample code. Include: directory description---------------------------------------------- demonstrate how-------------------------------- DEMO1 call BASM at Delphi Functions. BASM at DEMO2 demonstrate how to call Windows API. BASM at DEMO3 demonstration of how to make " jmp proc" implementation back to the next line.
- 2022-12-28 01:20:03下载
- 积分:1
-
TCPIP库文件
TCPIP库文件-TCPIP libraries
- 2022-09-07 03:20:03下载
- 积分:1
-
VCLSkin5.30 FS支持最新Delphi2010正式版版本。
VCLSkin5.30 FS支持最新Delphi2010正式版版本。-VCLSkin5.30 FS supports the latest version of the final version Delphi2010.
- 2023-06-22 09:45:04下载
- 积分:1
-
sqldirect构件库是一个光
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
- 2022-02-20 23:15:17下载
- 积分:1
-
EXE internal documents linking open browser pages; Wrote a small procedure we ca...
EXE文件内部打开浏览器连接页面;自己写的小程序大家可以交流讨论-EXE internal documents linking open browser pages; Wrote a small procedure we can discuss exchange
- 2022-03-07 19:39:59下载
- 积分:1