InitScintilla()
语法
Result = InitScintilla([LibraryName$])概要
Loads the Scintilla DLL which is needed to use the commands of this library.
参数
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.
返回值
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.
已支持操作系统
Windows