2020年10月2日 星期五
cxGrid 选择行判断选择了多少行
Delphi学习大师| Delphi学习大师 |00:00:00
cxGrid 选择行判断选择了多少行
2020年10月1日 星期四
Powerful Commercial Gorilla3D Framework Upgraded For Delphi FireMonkey On Windows And Android
Admin| FMX Express |21:28:50
The Gorilla3D Framework for FireMonkey has been updated with significant new features and support for Android64 (in addition to Windows). Gorilla3D is a powerful, easy to use, and modern 3D framework for Delphi and C++...The postPowerful Commercia...
2020年9月29日 星期二
filefunc.pas - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |18:58:00
/// <author>cxg 2020-9-29</author> unit filefunc; interface uses Classes, ulog, serial, uGlobal, SysUtils; function downfile(const params: RawByteStri
dbfunc.pas - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |16:01:00
/// <author>cxg 2020-9-29</author> unit dbfunc; interface uses Classes, uunidacpool, serial, uunidac, ulog, SysUtils; function query(const params: Raw
2020年9月26日 星期六
TRawByteStringStream - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |07:24:00
TRawByteStringStream TRawByteStringStream = class(TStream) protected fDataString: RawByteString; fPosition: Integer; procedure SetSize(NewSize: Longin
2020年9月25日 星期五
大小端交换 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |08:09:00
大小端交换 {$IF RTLVersion<25} IntPtr = Integer; {$IFEND IntPtr} function swap16(const v): Word; begin // FF, EE : EE->1, FF->2 PByte(@result)^ := PByte(In
CnWizards_1.2.0.1013_Unstable.exe
Cnpack| Cnpack.org |02:34:00
* [窗体设计专家] 增加复制选中控件类名的功能。_x000D_ * [代码格式化] 修正 class var 后的 property 的缩进问题。
2020年9月24日 星期四
跨平台数据序列 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |14:21:00
该文被密码保护。
获得控件所在的窗体
Delphi学习大师| Delphi学习大师 |00:00:00
获得控件所在的窗体
2020年9月23日 星期三
variant的序列和还原 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |07:36:00
variant的序列和还原 variant是delphi的万能数据类型,所以先要判断它存储的是哪种类型的数据。 不同类型的数据,要不同地处理。 procedure TMsgPack.SetAsVariant(const Value: Variant); var I: Integer; AType:
ansistring和unicode的序列和还原 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |07:23:00
ansistring和unicode序列 delphi2009以前的所有版本,默认字符串都是ansistring,字符串中的一个字符刚好就是一个字节。 后面的DELPHI版本,默认字符串是unicode,字符串中的一个字符不再是一个字节。 那么,可以写一个通用的ansistring和unicode序
2020年9月22日 星期二
Powerful Cross Platform Email App Sample In Delphi 10.4.1 FireMonkey For Android And IOS
Admin| FMX Express |13:30:47
Over on Github there is a sample email client which uses IMAP and SMTP for receiving and sending mail. It has basic features like viewing, composing, and sending mail. Full source code is available and...The postPowerful Cross Platform Email App S...
2020年9月20日 星期日
Significant Update Available For Delphi FireMonkey 10.4.1 On Android, IOS, OSX, Windows, And Linux
Admin| FMX Express |12:47:21
The latest version for FireMonkey is available in Delphi 10.4.1 and C++Builder 10.4.1. There are a massive number of fixes included which touch all major supported operating systems including Android, IOS, MacOS, Windows, and Linux....The postSign...
2020年9月18日 星期五
让kbmMWClientQuery更新视图 - 红鱼儿
红鱼儿| 博客园_红鱼儿 |18:32:00
先说下问题,有一个物理表t1,基于t1,建立一个视图v1,然后用ClientQuery查询视图: ClientQuery.Query.Text:='Select f1,f2 from v1' 查询到结果后,增删改记录,然后: ClientQuery.Resolve提交修改结果,问题出现: 当Clie
咏南中间件支持客户端控制数据库事务 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |15:00:00
咏南中间件支持客户端控制数据库事务 procedure TForm1.Button3Click(Sender: TObject); var transId: string; begin // 执行非查询SQL transId := CreateClassID; //事务id,必须是唯一的 ynDat





冀公网安备 13098202000212号