• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






Greyed Wolf

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页

2016年5月9日

在Treeview中节点的data属性中保存记录类型及其消除的办法
摘要: 一、保存记录类型在data指针中: procedure TForm1.getheaditems(pp:TfrxBand;hnode:THeadTreeNode;var i:Integer;var j:Integer;var zh,tmph:Integer;var tree:TTreeView);ty 阅读全文
posted @ 2016-05-09 21:52 Greyed Wolf 阅读(788) 评论(0) 推荐(0)
 

2016年4月28日

In a Web Application and Mobile (hybrid), how to know which this platform running?
摘要: needed depending on the platform to change the CSS to suit the size of the font. for example the DbGrid Hi You can try this js code to check platform. 阅读全文
posted @ 2016-04-28 14:42 Greyed Wolf 阅读(212) 评论(0) 推荐(0)
 
网友写的解决uniGUI限制的方法
摘要: (2015-09-28 22:19:06) 转载▼ 转载▼ 标签: 杂谈 分类: uniGUI 杂谈 群友写的解决uniGUI试用版限制修改SessionTimeOut,思路很精巧,贴过来分享,感谢朋友的奉献。当然,如果真正用uniGUI实做项目,买份正版是正道!var UniServerOptio 阅读全文
posted @ 2016-04-28 09:33 Greyed Wolf 阅读(785) 评论(0) 推荐(0)
 

2016年4月8日

delphi各个版本编译开关值
摘要: delphi各个版本编译开关值{$IFDEF VER80} - Delphi 1{$IFDEF VER90} - Delphi 2{$IFDEF VER100} - Delphi 3{$IFDEF VER120} - Delphi 4{$IFDEF VER130} - Delphi 5{$IFDEF 阅读全文
posted @ 2016-04-08 09:39 Greyed Wolf 阅读(291) 评论(0) 推荐(0)
 

2016年3月30日

TMS scripter使用心得
摘要: TMS scripter提供了在delphi应用程序中使用pascal 脚本的能力。TMS scripter同时提供了一个工具SSImport.exe,用来把打算在应用程序中使用的类自动生成wraper文件(ap_*.pas)。 SSImport.exe的使用: 1、设置project option 阅读全文
posted @ 2016-03-30 15:27 Greyed Wolf 阅读(786) 评论(1) 推荐(0)
 

2016年3月25日

unigui中TUniDBEdit的OnEndDrag问题
摘要: 非常奇怪,unigui中TUniDBEdit未发布OnEndDrag属性,包括其子类:TUniDBNumberEdit、TUniDBFormattedNumberEdit。而其他数据感知组件都有OnEndDrag属性。 不知是作者的疏忽还是故意为之。临时加一个类解决此问题: TUniDBEditd 阅读全文
posted @ 2016-03-25 10:58 Greyed Wolf 阅读(337) 评论(0) 推荐(0)
 

2016年3月20日

FastReport5的安装
摘要: 1、运行recompile.exe,选择相应的delphi版本,选择recompile to chinese,编译; 2、选择recompile all pakages,编译; 3、将lib目录下的dcp、bpl文件拷贝到 C:\Users\Public\Documents\RAD Studio\9 阅读全文
posted @ 2016-03-20 19:08 Greyed Wolf 阅读(1377) 评论(0) 推荐(0)
 

2016年2月25日

7zip压缩程序的使用
摘要: 1、压缩: zip格式: 7zip.exe a -tzip C:\压缩解压测试\TEST.zip C:\压缩解压测试\TEST\* 7z格式: 7zip.exe a -t7z C:\压缩解压测试\TEST.7z C:\压缩解压测试\TEST\* 2、分卷压缩(每卷100M): 7zip.exe a 阅读全文
posted @ 2016-02-25 10:12 Greyed Wolf 阅读(603) 评论(0) 推荐(0)
 

2016年2月24日

Delphi 运行Word VBA 宏 删除软回车
摘要: Sub 整理网页()'整理网页:删除软回车、删除空白段、使段落文字两端对齐Selection.WholeStory Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Fin 阅读全文
posted @ 2016-02-24 10:39 Greyed Wolf 阅读(641) 评论(0) 推荐(0)
 

2016年1月29日

百度编辑器 Ueditor 如何增加字体 ?
摘要: 在百度编辑器 Ueditor 如何增加字体 ? 要修改两个文件: 第一个文件:editor-config.js: ,'fontfamily':[ { label:'',name:'songti',val:'宋体,SimSun'}, { label:'',name:'kaiti',val:'楷体,楷体 阅读全文
posted @ 2016-01-29 09:19 Greyed Wolf 阅读(1857) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页