I was reviewing the following interesting article, \"Extract Links from HTML page using Delphi\", and I tested in Firemonkey and it\'s very useful, however this code uses object
MSHTML
, ActiveX
, and ComObj
are all Windows-specific, and therefore are not cross-platform in any way.
There are no cross-platform HTML viewers for FireMonkey yet, AFAIK (it's been asked at the Embarcadero Delphi forums). TIdHTTP
is available for Win32, Win64, and OSX; it's not available yet for iOS - see this post.