Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Handle js code on execute script

Post Reply
subin
Posts: 20
Joined: Thu Sep 05, 2024 5:15 am

Handle js code on execute script

Post by subin »

I need to call javascript code of a tchromium component in a runtime. This is the requirement to access the DOM. I need to intercept the result of the JS. I am not using design time component. Please help how to resolve this, thank you
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Handle js code on execute script

Post by salvadordf »

Hi,

See if the DOMVisitor demo or any of the demos in the demos/Delphi_VCL/JavaScript directory have what you need.
Read the code comments in those demos.
Post Reply