Skip to content

Mikanoshi/SciDeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sciter bindings for Delphi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages