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.
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.
RTTI Extenstion - get the JS code
-
- Posts: 41
- Joined: Sun Feb 05, 2017 8:53 am
- salvadordf
- Posts: 4575
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: RTTI Extenstion - get the JS code
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.