上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 77 下一页

2020年5月6日

FMX画图实例

摘要: 代码下载: https://download.csdn.net/download/zhujianqiangqq/12394579 代码实例(电脑版、平板版): 1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, 阅读全文

posted @ 2020-05-06 20:27 疯狂delphi 阅读(955) 评论(0) 推荐(0)

VCL画图实例

摘要: 代码下载: https://download.csdn.net/download/zhujianqiangqq/12394576 代码实例: 1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System. 阅读全文

posted @ 2020-05-06 20:26 疯狂delphi 阅读(494) 评论(0) 推荐(0)

DelphiXE FireMonkey 如何画图

摘要: 相关资料: https://stackoverflow.com/questions/10291330/firemonkey-penmode-equivalent-drawline https://blog.csdn.net/shuaihj/article/details/8444676 http:/ 阅读全文

posted @ 2020-05-06 16:33 疯狂delphi 阅读(1472) 评论(0) 推荐(0)

2020年4月25日

教程-Delphi 启动流程

摘要: Project.DPRInitExeInitiateModuleStartExec SetExceptionHandler InitUnits sysInit System FPUMaskInit FPUInit 系统相关GetVersion.... Types Windows Messages A 阅读全文

posted @ 2020-04-25 15:51 疯狂delphi 阅读(594) 评论(0) 推荐(0)

Delphi类引用示例

摘要: 相关资料: https://jingyan.baidu.com/article/bad08e1e2ec23b09c9512148.html 实例代码: 1 unit Unit1; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, Sy 阅读全文

posted @ 2020-04-25 15:48 疯狂delphi 阅读(687) 评论(0) 推荐(0)

2020年4月23日

手机UC下载视频M3U8转MP4

摘要: 相关资料: https://jingyan.baidu.com/article/00a07f380cd30f82d128dc4f.html https://m.wenda.so.com/q/1534476294216834 1.用手机UC下载一个视频。 2.复制到电脑上,这时会发现效果是图片中“1” 阅读全文

posted @ 2020-04-23 17:26 疯狂delphi 阅读(11345) 评论(0) 推荐(1)

2020年4月8日

Android实例-Delphi在运行时更改Android屏幕旋转(IOS也支持,不过我可没有苹果机,测试不了)

摘要: 相关资料: https://www.it1352.com/624177.html PS: 如果手机锁定方向时,只能是竖向、横向、倒转横向。如果方向未锁定时,可以是竖向、横向、倒转竖向、倒转横向。 android实例: 1 unit Unit2; 2 3 interface 4 5 uses 6 Sy 阅读全文

posted @ 2020-04-08 08:40 疯狂delphi 阅读(457) 评论(0) 推荐(0)

2020年4月7日

delphi实现电脑屏幕旋转(电脑屏幕,不是手机屏幕)

摘要: 相关资料: 注意:是电脑屏幕,不是手机屏幕 实例代码: 1 unit Unit10; 2 3 interface 4 5 uses 6 Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, 阅读全文

posted @ 2020-04-07 17:21 疯狂delphi 阅读(607) 评论(0) 推荐(0)

2020年4月2日

教程-关于escape和URI之间的不同!

摘要: 相关资料: https://blog.csdn.net/object277910278/article/details/20669963 1.Escape方法 对String对象编码以便它们能在所有计算机上可读, escape(charString) 必选项 charstring 参数是要编码的任意 阅读全文

posted @ 2020-04-02 16:32 疯狂delphi 阅读(454) 评论(0) 推荐(0)

在Delphi中URLEncode文件名的最佳方法是什么?

摘要: 相关资料: http://www.voidcn.com/article/p-uwvfunpb-bwd.html https://blog.csdn.net/xieyunc/article/details/81568144 我的桌面应用程序必须从Internet下载文件.该文件的路径是已知的,文件名本 阅读全文

posted @ 2020-04-02 16:20 疯狂delphi 阅读(638) 评论(0) 推荐(0)

上一页 1 ··· 25 26 27 28 29 30 31 32 33 ··· 77 下一页

导航