Twebbrowser delphi fmx

  

Edited : Trying to understand what I can use to work with Twebbrowser content in Android using something like OLE-objects in Windows. Thats why I asked next question

Are there any analogs of next code for fmx delphi XE to use?

webBrowser1.Document.ExecCommand(“Copy”, false, null);
textBox2.Text = Clipboard.GetText();

Comments are closed.