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 objects from Mshtml, ActiveX, and COMObj, so my questions are:
- do those objects above make less cross-platform for a Firemonkey project? if so, How could I get the same functionality using resources targeted for Firemonkey platform?
- How I can emulate a little webbrowser in firemonkey?
Thanks in advance.
Note: ChromiumEmbedded object does't work for Firemonkey.