2020年11月25日 星期三
fmx webBrowser的问题 - 红鱼儿
红鱼儿| 博客园_红鱼儿 |15:50:00
做的应用,使用了TWebBrowser,在Win32上运行,当第二次重进这个功能时,出地址错误。后来查明,每次进入这个功能,都重新建立的TWebBrowser造成的,于是改造成每次重进这个功能,都不再重新建立对象,问题解决。 Delphi 10.3.3
delphi working with big data databases in Cassandra, Couchbase and MongoDB - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |15:18:00
delphi working with big data databases in Cassandra, Couchbase and MongoDB
Grijjy.ProtocolBuffers.pas - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |15:11:00
Grijjy.ProtocolBuffers.pas Binary Serialization with Google Protocol?Buffers class function Serialize<T: record>(const ARecord: T): TBytes; overload;
Grijjy.Bson.Serialization.pas - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |14:48:00
Grijjy.Bson.Serialization.pas 序列Delphi records 和 objects 为 JSON 和 BSON 格式 (or to TgoBsonDocument values). class procedure Serialize<T>(const AValue: T
GrijjyFoundation开源框架 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |14:18:00
GrijjyFoundation开源框架 # Grijjy Foundation This repository contains foundation classes and utilities that are used throughout the other [Grijjy Reposito
Unidac内存表使用 - delphi中间件
delphi中间件| 博客园_咏南中间件和开发框架 |10:47:00
Unidac内存表使用 procedure TForm2.Button1Click(Sender: TObject); begin var ms: TStream := TMemoryStream.Create; UniQuery1.SaveToXML(ms); VirtualTable1.Load
CnWizards_1.2.0.1014_Unstable.exe
Cnpack| Cnpack.org |09:41:00
# [代码输入助手] 配色自动适应主题,待测试。_x000D_ * [代码格式化] 修正 else 后的 if 前的行注释的缩进问题。