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.

How Run Script

Post Reply
User avatar
salvadordf
Posts: 4565
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How Run Script

Post by salvadordf »

Hi,

CEF4Delphi is identical to DCEF3 in that regard.

You can call :

Code: Select all

Chromium1.Browser.GetMainFrame.ExecuteJavaScript
but you can also call :

Code: Select all

Chromium1.ExecuteJavaScript
Post Reply