Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 947 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 947 Bytes

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