RegisterScripterLibrary Method
Registers a TatScripterLibrary class globally so that all scripter components in the application can use it.
Remarks
Once registered, when a script references the library in a uses clause, the scripter will find and load it automatically.
If AExplicitLoad is True, the library is instantiated immediately in all existing and future scripter components.
See TatCustomScripter.LoadLibrary for more information.
Syntax
Unit: atScript
procedure RegisterScripterLibrary(ALibrary: TatScripterLibraryClass; AExplicitLoad: Boolean = False);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ALibrary | TatScripterLibrary​Class | ||
| AExplicitLoad | Boolean | Optional: Default value is False |