TatLibraryListItem Class
Holds information about a library registered with RegisterScripterLibrary. You don't need to use this class, it's used internally by scripter.
Syntax
Unit: atScript
TatLibraryListItem = class(TCollectionItem);
Properties
| Name | Description |
|---|---|
| ExplicitLoad | Indicates whether the library is automatically loaded when a new scripter component is created. |
| LibraryClass | Contains the reference to the library class. This class will be instantiated in the case of the library to be requested from a script in the uses clause. |