Firemonkey 和 TDownloadUrl
我有一个(Delphi XE2)VCL应用程序,其中包含一个对象TDownloadUrl(VCL.ExtActns)来检查多个网页,所以我想知道FireMonkey中是否有等效的对象,因为我想利用这个新平台的丰富功能。
使用线程的 Firemonkey 应用程序演示将不胜感激。提前致谢。
I have an (Delphi XE2) VCL app containing an object TDownloadUrl (VCL.ExtActns) to check several webpages, so I wonder if there is an equivalent object in FireMonkey, 'cause I wanna take advantage of rich features from this new platform.
A Firemonkey app demo using threads would appreciate. Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
FireMonkey 尚不存在操作。
顺便说一句,您可以使用如下代码创建相同的行为:
...
如果您只需要内存中的源,则注释行可以替换其他行...
如果您想使用线程,您可以像这样管理它:
Actions don't exist yet with FireMonkey.
BTW, you can create the same behavior with a code like this:
...
The commented lines can replace the others if you just need the source in memory...
If you want to use a thread, you can manage it like this:
关于这一点:
您可以在此处找到使用 Thread 的 FireMonkey 演示:https://radstudiodemos.svn.sourceforge.net/svnroot/radstudiodemos/branches/RadStudio_XE2/FireMonkey/FireFlow/MainForm.pas
如果您的示例目录中没有此演示,您可以从上面链接中使用的 subversion 存储库中查看它。
Regarding this:
You can find a FireMonkey demo which is using Thread here: https://radstudiodemos.svn.sourceforge.net/svnroot/radstudiodemos/branches/RadStudio_XE2/FireMonkey/FireFlow/MainForm.pas
if you don't have this demo in your sample directory, you can check it out from the subversion repository used in the link above.
您可以使用此代码。
You can using this code.