类似文章
RAD Studio 11 即将推出:新版本号公告和更新订阅客户的 Beta 版邀请
我们很高兴地宣布,Delphi、C++Builder 和 RAD Studio 的下一个版本将是版本
11。目前正在开发中,我们计划在今年晚些时候发布。
转移到版本 11
几年前,Embarcadero 决定将我们面向的两个主要桌面操作系统(Windows 10 和 OS X,后来更名为 macOS
10)的版本号与一系列 RAD Studio 10.x 版本相匹配:10“西雅图”、10.1 “柏林”、10.2 “东京”、10.3 “里约”和
10.4 “悉尼”。
DelphiXE10.3 开发 android 安卓 app 访问 https 服务端
Play Store 已经发布通知了,将在 2019年8月份的新APP必须使用https通讯方式才能上架市场。
现分享我在DelphiXE开发的安卓APP添加HTTPS通讯方式的实现方式
版本 DelphiXE10.3 + Indy10.6.2.5366 + openssl
步骤:
1、建立多媒体应用,设置项目 Target Platforms 为 Android ,Android SDK使用 25版本。
Delphi NetHTTPClient1 下载显示进度条
unit untFrmDownFile;
interface
uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics,
delphi FireDAC FDConnection 事务
//示例代码 begin FDConnection1.StartTransaction; //开始一个事务 try //可能会出错的代码} FDConnection1.Commit; //提交 except FDConnection1.Rollback; //回滚 end; end;
Instructions to use TeeChart with FMXLinux
Once installed in RAD Studio, TeeChart VCL/FMX can target a variety
of platforms, including Windows, macOS, Android, iOS and Linux.
Here we'll try to guide you through the steps to configure your RAD Studio to compile TeeChart projects for Linux.