上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页
摘要: frxBarcod, frxBarcode2D; 这个是添加了二维码造成的。引用相应的单元就可以了。 增加这个控件frxBarCodeObject 阅读全文
posted @ 2022-04-27 14:24 Thenext 阅读(676) 评论(0) 推荐(0)
摘要: DataContoller中的函数FocusedRecordIndex没有反应,FocusedRowIndex正常。 cxgrdtvGrid1DBTableView1.DataController.FocusedRecordIndex := 0; //定位到第一行,排序过滤无反应 cxgrdtvGr 阅读全文
posted @ 2022-04-23 14:35 Thenext 阅读(542) 评论(1) 推荐(0)
摘要: OptionsBehavior.PullFocusing =True。 执行多选。 with cxGrid1DBTableView1 do begin for i := 0 to Controller.SelectedROwCount - 1 do begin Controller.FocusedR 阅读全文
posted @ 2022-04-21 16:13 Thenext 阅读(290) 评论(0) 推荐(0)
摘要: AnchorDockingAnchorDockingDsgnspara/DockedFormEditor 阅读全文
posted @ 2022-04-14 16:45 Thenext 阅读(174) 评论(0) 推荐(0)
摘要: FireMonkey App Low Code Wizard 1.0 from May 26, 2021Create a new fully-functional Delphi mobile application with multiple screens using the Low Code W 阅读全文
posted @ 2022-04-07 13:37 Thenext 阅读(240) 评论(0) 推荐(0)
摘要: fdquery有个属性,FormatOptions.DefaultParamDataType=ftUnknow,默认是ftUnknown,改为ftString就好了, 阅读全文
posted @ 2022-04-04 11:20 Thenext 阅读(146) 评论(0) 推荐(0)
摘要: 在折腾的好一阵之后,慢慢的对于园子的样式定制有了一些心得。最终借助李宝亨大大的牛气自定义皮肤终于翻身做主人了。感觉好帅的说,下面简单写一下,具体定义皮肤的方式吧。 一、选择博客园模板 要选择一个在默认的模板中,对于样式定义较少的模板,这样才对于我们自定义的样式冲击比较小。毕竟园子现在还没有完全开放样 阅读全文
posted @ 2022-03-29 14:06 Thenext 阅读(187) 评论(0) 推荐(0)
摘要: Dell latitude e5470BIOS修改与U盘启动 1、开机一直按F2进入BIOS,按F2进入BIOS界面,切换到secure BOOT页面,选择secure Boot Enable按回车改成Disabled,如图:注:戴尔笔记本每做一步BIOS更改记得应用一下2、切换到Advanced 阅读全文
posted @ 2022-03-28 20:37 Thenext 阅读(1317) 评论(0) 推荐(0)
摘要: 1. 写法轻松,更新效率高:update table1set field1=table2.field1,field2=table2.field2from table2where table1.id=table2.id 2. 常规方式,种写法相当于一个 Left join, 以外面的where为更新条 阅读全文
posted @ 2022-03-28 09:22 Thenext 阅读(606) 评论(0) 推荐(0)
摘要: Delphi提供了一个TInifile类,使我们可以非常灵活的处理INI文件 一.INI文件的结构[小节名]ini文件 关键字1=值1 关键子2=值2INI文件允许有多个小节,每个小节又允许有多个关键字,“=”后面是该关键字的值。值的类型有三种:字符串、整型数值和布尔值。其中字符串存贮在INI文件中 阅读全文
posted @ 2022-03-26 11:51 Thenext 阅读(345) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 33 下一页