Page 1 of 1

RTTI Extenstion - get the JS code

Posted: Mon May 04, 2020 8:22 am
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.

Re: RTTI Extenstion - get the JS code

Posted: Tue May 05, 2020 9:36 am
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.