TatCustomScripter.SystemLibrary Method
Returns the TatClass object representing the default system library with its built-in methods and constants.
Remarks
SystemLibrary returns the instance of the TatClass object which holds information about all methods and properties registered in the default system library. This reference is useful when you want to find and remove/change a specified method or property in the system library. The system library is a collection of basic methods and constants (like IntToStr, Format, Date, etc.) that are registered by default in the scripter component.
Syntax
Unit: atScript
function TatCustomScripter.SystemLibrary: TatClass;