Table of Contents

TScripterLibraryOptions Class

TScripterLibraryOptions holds some environment/running options for the scripts being compiled/executed. It contains info like search path, default file extension, and some other available options.

Syntax

Unit: atScript

TScripterLibraryOptions = class(TPersistent);

Properties

Name Description
CompiledFileExt Gets or sets the default file extension for compiled script unit files.
FormFileExt Contains the default extension for form files. When scripter finds a reference to a form ($FORM directive), it tries to find the form (dfm) file in the source path. The FormFileExt extension is used as the extension of that file.
SearchPath Gets or sets the list of directory paths used as search paths for script compilation and execution.
SourceFileExt Gets or sets the default file extension for script source code files.
UseScriptFiles Indicates whether the scripter can find and load script-based libraries from files in the search path.