TatScripterLibrary.Init Method
Called when the library is registered or loaded. Override to register classes, methods, and properties in the scripter.
Remarks
Init is invoked when the library is added via TatCustomScripter.AddLibrary, or when the scripter discovers the library name in the uses clause of a script being compiled.
Syntax
Unit: atScript
procedure TatScripterLibrary.Init; virtual; abstract;