delphi 6-XE读取ANSI,unicode,unicode big,utf-8,utf-8BOM文件,保存utf8
2022-11-12 18:25:11 10KB delphi
1
Delphi XE版本的RSADemo,Delphi XE版本的RSADemo,
2022-11-11 17:08:07 813KB Sha1WithRSA
1
INTEL Parallel Studio XE 2016 With Updates License
2022-11-05 16:22:18 765B License
1
delphi xe ics 安装ICS组件 delphi xe ics 安装ICS组件 根据网络收集和自己的经验,修复delphi xe 的安装BUG 3处,直接安装方便大家。需要可以直接下载,另外附带BUG修复的步骤,XE经过测试,绝对可以用。2009及2010步骤一样,可以参见安装说明。
2022-10-24 17:48:48 4.6MB delphi xe ics 安装ICS组件
1
最新v9.10源码版 Removed blinking of some components when form is activated/deactivated Improved painting of scrolling buttons in pagecontrols Resolved issue in work of "CloseTab" buttons in TsPageControl component Some small bugfixes
2022-10-18 22:40:50 2.95MB AlphaControl XE XE4 XE5
1
【当前版本】5.0版【适用操作系统】Windows 95, Windows 98, Windows Me, Windows 2000, Windows Server 2003x86/x64, Windows XPx86/x64,Windows Vistax86/x64,Windows 7x86/x64,Windows 8x86,Windows Server 2008x86/x64。【可适用产品】n,欢迎下载体验
1
Google在BSD 3-Clause许可证下开源了Chrome的PDF渲染引擎PDFium。不同于Mozilla基于JavaScript的PDF.js,PDFium是基于Foxit Software提供的PDF代码
2022-10-09 20:16:31 3.55MB PDFium delphi XE 10.1
1
特别注意:这个版本增加了支持DEVEXPRESS VCL 16.2.2的代码,如果美化DEVEXPRESS VCL 16.2.2以下版本(例如:DEVEXPRESS VCL 15.2.2),编译会报错,需要删掉acLFPainter.pas文件中,{$IFDEF VER16_2_2}; 这样的代码一共出现在4个存储过程声明和实现代码中{$ENDIF}。 最高版本支持Delphi 10.1 Berlin(RAD Studio 10.1 Berlin) DELPHI XE7安装AlphaControls11.22 http://blog.csdn.net/zengcong2013/article/details/12236547 DELPHI XE7 让AlphaControls11.22改变DevExpress15.2.2皮肤 http://blog.csdn.net/zengcong2013/article/details/35569051
2022-10-08 09:18:13 263.82MB AlphaControl D7 XE D10.1
1
一个可以用于delphi 2007,2010及XE系列的Iocomp工控组件
2022-09-25 10:47:30 8.7MB iocomp vcl delphi 工控
1
//功能描述:线上订货系统订单提交时检查ERP系统库存 //项目背景:因线上订货系统不支持PTO模式(商品有BOM),ERP系统支持,订单提交时需要检查ERP系统中子件库存是否够 //关键字:Delphi XE8、HTTPSERVER、application/json //服务程序运行了几个月,基本正常,偶尔会出现异步操作异常(因所有连接都是共享同一个ado连接的原因) //以下部分关键代码供参考; TMainForm = class(TForm) IdHTTPServer: TIdHTTPServer; StartServerBtn: TSpeedButton; StopServerBtn: TSpeedButton; Label1: TLabel; IPED: TEdit; Label2: TLabel; PortED: TEdit; Timer1: TTimer; HintLabel: TLabel;
1