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.

RTTI Extenstion - get the JS code

Post Reply
michal@dorfin.waw.pl
Posts: 41
Joined: Sun Feb 05, 2017 8:53 am

RTTI Extenstion - get the JS code

Post by michal@dorfin.waw.pl »

Hi,

I'm using RTTI Extension. It works perfect. But I would like to get the JavaScript code (native) that is produced when I register this extension.
(I wish to mokup the extension when my webbapp is working in normal browser (when I make development of my webapp) - not the CEF4Delhi browser.
User avatar
salvadordf
Posts: 4573
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: RTTI Extenstion - get the JS code

Post by salvadordf »

The code comments in the JSExtension demo explain how to create that code manually. However, that code only registers the extension and it doesn't have the extension's code in Delphi.
Post Reply