Firemonkey and TDownloadUrl
问题 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. 回答1: Actions don't exist yet with FireMonkey. BTW, you can create the same behavior with a code like this: IdHTTP1: TIdHTTP; ... procedure TForm2.MenuItem1Click(Sender: TObject); const