Minimal Sciter.JS bindings for Delphi.
- Copy sciter.dll from Sciter SDK to your exe directory (or define SCITER_DLL_DIR variable)
- Include SciterJS.pas and SciterJSAPI.pas units in your project, create TSciter class instance
TSciter constructor expects a window handle as a parameter to embed document into.
If handle is not provided then invisible window will be created.
Example of embedding Sciter as a Delphi component can be found in SciterEmbedded.pas