TatLibraryList Class
Holds a list of the libraries registered with RegisterScripterLibrary. You don't need to use this class, it's used internally by scripter.
Syntax
Unit: atScript
TatLibraryList = class(TCollection);
Methods
| Name | Description |
|---|---|
| Add | Adds a new item. Do not use it. See RegisterScripterLibrary procedure for more information. |
| FindByLibraryName | Finds a library by its name. Do not use it. See RegisterScripterLibrary procedure for more information. |
| Remove | Removes an item. Do not use it. See RegisterScripterLibrary procedure for more information. |
Properties
| Name | Description |
|---|---|
| Items[Index] | Provides indexed-access to the library items. Do not use it. See RegisterScripterLibrary procedure for more information. |