上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 204 下一页
摘要: 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中间件 阅读(2962) 评论(0) 推荐(0)
摘要: 咏南手机开发框架 阅读全文
posted @ 2017-03-09 12:41 delphi中间件 阅读(2511) 评论(0) 推荐(0)
摘要: cxgrid的FINDPANEL编程 FindPanel := TcxGridFindPanel.Create(cxGrid1DBTableView1.Controller); self.cxGrid1DBTableView1.Controller.ApplyFindFilterText(cxCom 阅读全文
posted @ 2017-03-08 10:18 delphi中间件 阅读(1058) 评论(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中间件 阅读(2041) 评论(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中间件 阅读(2132) 评论(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中间件 阅读(2055) 评论(0) 推荐(0)
摘要: 咏南BS开发框架 阅读全文
posted @ 2017-02-15 16:25 delphi中间件 阅读(2164) 评论(2) 推荐(0)
摘要: 脚本实现权限控制 功能权限和数据权限通过脚本来实现,异常简单。 function TfrmFunction.rights(bar: TUniToolBar; funcid: string; dataset: TClientDataSet = nil; grid: TUniDBGrid = nil): 阅读全文
posted @ 2017-02-13 11:05 delphi中间件 阅读(965) 评论(0) 推荐(0)
摘要: TdxBarButton的FASTSCRIPT封装 // cxg 2017-2-13 unit fs_dev; interface{$i fs.inc}uses fs_iinterpreter, fs_itools, fs_ievents, fs_iclassesrtti, Variants, dx 阅读全文
posted @ 2017-02-13 08:29 delphi中间件 阅读(722) 评论(0) 推荐(0)
摘要: unigui控件的FASTSCRIPT封装 unit fs_uniControl; interface{$i fs.inc}uses fs_iinterpreter, fs_itools, fs_ievents, fs_iclassesrtti,System.Variants, uniMainMen 阅读全文
posted @ 2017-02-13 08:10 delphi中间件 阅读(1253) 评论(0) 推荐(0)
上一页 1 ··· 106 107 108 109 110 111 112 113 114 ··· 204 下一页