InitScintilla()

Syntax

Result = InitScintilla([LibraryName$])
Description
Loads the Scintilla DLL which is needed to use the commands of this library.

Parameters

LibraryName$ (optional) 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.

Return value

Nonzero if the library was loaded successfully, zero otherwise. On OS X and Linux, the return value is always #True as the library is linked statically.

Remarks

This command is useful only 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.

Supported OS

Windows

Scintilla Index - ScintillaGadget() ->