SciDeJS icon indicating copy to clipboard operation
SciDeJS copied to clipboard

Sciter bindings for Delphi

SciDeJS

Get Delphi Download Sciter Join Sciter forums

Minimal Sciter.JS bindings for Delphi.

Installation

  • 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

Embedding

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