上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 197 下一页
摘要: 咏南DELPHI7中间件+开发框架 演示下载:链接: https://pan.baidu.com/s/1bulGBIZ6A1nkeErxIrGsGA 密码: 22dk 解压后运行ynmain.exe 这套开发框架的目的:方便地将DELPHI7老的二层CS程序升级为三层。 中间件技术:INDY9通信, 阅读全文
posted @ 2017-03-23 11:27 delphi中间件 阅读(5449) 评论(0) 推荐(0) 编辑
摘要: 专门为ADO二层升三层的咏南中间件(特种用途) 阅读全文
posted @ 2017-03-21 16:25 delphi中间件 阅读(2848) 评论(0) 推荐(0) 编辑
摘要: ADO如何记录SQL日志 procedure TfrmDM.ADOConnection1WillExecute(Connection: TADOConnection; var CommandText: WideString; var CursorType: TCursorType; var Lock 阅读全文
posted @ 2017-03-21 10:49 delphi中间件 阅读(658) 评论(0) 推荐(0) 编辑
摘要: TSimpleMsgPack的样例代码 unit uMain; interface uses SimpleMsgPack, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBa 阅读全文
posted @ 2017-03-15 15:51 delphi中间件 阅读(840) 评论(0) 推荐(0) 编辑
摘要: TIdHTTPServer制作REST中间件 使用DELPHI7+INDY9开发 // 陈新光 2017-2-21// LIS数据同步服务器// 浏览器输入:http://127.0.0.1:8000/test?t1=china&t2=cxg unit untMain; interface uses 阅读全文
posted @ 2017-03-15 14:08 delphi中间件 阅读(2898) 评论(0) 推荐(0) 编辑
摘要: 咏南手机开发框架 阅读全文
posted @ 2017-03-09 12:41 delphi中间件 阅读(2478) 评论(0) 推荐(0) 编辑
摘要: cxgrid的FINDPANEL编程 FindPanel := TcxGridFindPanel.Create(cxGrid1DBTableView1.Controller); self.cxGrid1DBTableView1.Controller.ApplyFindFilterText(cxCom 阅读全文
posted @ 2017-03-08 10:18 delphi中间件 阅读(1031) 评论(0) 推荐(0) 编辑
摘要: unit ynSearch; interface uses SysUtils, Windows, DB, DBClient, Classes, ExtCtrls, Dialogs, StdCtrls, Provider, DBGrids, Controls; type TYNSearch = cla 阅读全文
posted @ 2017-03-05 22:25 delphi中间件 阅读(2009) 评论(0) 推荐(0) 编辑
摘要: cxgrid动态创建列 procedure TFrmRuleEdit.CreateCols;var Column: TcxGridDBColumn;begin cdsPowerPrj.First; while not cdsPowerPrj.Eof do begin Column := viewPo 阅读全文
posted @ 2017-02-28 16:36 delphi中间件 阅读(2105) 评论(0) 推荐(0) 编辑
摘要: fastscript例子一 unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes , Vcl.Graphics, Vcl.Control 阅读全文
posted @ 2017-02-16 16:29 delphi中间件 阅读(1985) 评论(0) 推荐(0) 编辑
上一页 1 ··· 99 100 101 102 103 104 105 106 107 ··· 197 下一页