摘要:
咏南DELPHI7中间件+开发框架 演示下载:链接: https://pan.baidu.com/s/1bulGBIZ6A1nkeErxIrGsGA 密码: 22dk 解压后运行ynmain.exe 这套开发框架的目的:方便地将DELPHI7老的二层CS程序升级为三层。 中间件技术:INDY9通信, 阅读全文
摘要:
专门为ADO二层升三层的咏南中间件(特种用途) 阅读全文
摘要:
ADO如何记录SQL日志 procedure TfrmDM.ADOConnection1WillExecute(Connection: TADOConnection; var CommandText: WideString; var CursorType: TCursorType; var Lock 阅读全文
摘要:
TSimpleMsgPack的样例代码 unit uMain; interface uses SimpleMsgPack, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBa 阅读全文
摘要:
TIdHTTPServer制作REST中间件 使用DELPHI7+INDY9开发 // 陈新光 2017-2-21// LIS数据同步服务器// 浏览器输入:http://127.0.0.1:8000/test?t1=china&t2=cxg unit untMain; interface uses 阅读全文
摘要:
咏南手机开发框架 阅读全文
摘要:
cxgrid的FINDPANEL编程 FindPanel := TcxGridFindPanel.Create(cxGrid1DBTableView1.Controller); self.cxGrid1DBTableView1.Controller.ApplyFindFilterText(cxCom 阅读全文
摘要:
unit ynSearch; interface uses SysUtils, Windows, DB, DBClient, Classes, ExtCtrls, Dialogs, StdCtrls, Provider, DBGrids, Controls; type TYNSearch = cla 阅读全文
摘要:
cxgrid动态创建列 procedure TFrmRuleEdit.CreateCols;var Column: TcxGridDBColumn;begin cdsPowerPrj.First; while not cdsPowerPrj.Eof do begin Column := viewPo 阅读全文
摘要:
fastscript例子一 unit Unit1; interface uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes , Vcl.Graphics, Vcl.Control 阅读全文