Table of Contents

TatLibraryListItem.ExplicitLoad Property

Indicates whether the library is automatically loaded when a new scripter component is created.

Remarks

When True, the library is instantiated and made available as soon as a new scripter component is created. When False, the library is only loaded if it is explicitly requested from a script in a uses clause:

uses MyLibrary;

Syntax

Unit: atScript

property TatLibraryListItem.ExplicitLoad: Boolean

See also