InitScintilla()

Syntax

Result = InitScintilla([LibraryName$])
Description
Loads the Scintilla dll which is needed to use the commands of this library. The optional 'LibraryName$' parameter specifies the path and name of the dll file (default is 'scintilla.dll'). The scintilla dll file is included in the "Compilers" folder of the PureBasic package.

Note: This command is only present on Windows, as on the other OS, the scintilla library is linked statically with the executable and therefore does not need to be loaded or distributed with the program.

Return value

Returns nonzero if the library was loaded successfully and zero if not.

Supported OS

Windows

Scintilla Index - ScintillaGadget() ->