Table of Contents

TatCustomScripter.SilentCompile Method

Compiles the current script without raising an exception on error.

Remarks

Performs the same compilation as Compile, but continues even when errors occur. The Compiled flag is not set in this case, though partial source information is still loaded. Internally calls SilentCompile on the current script. See TatScript.SilentCompile for more details.

Syntax

Unit: atScript

procedure TatCustomScripter.SilentCompile;

See also