论坛


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 的缩进问题。