TatScript.Compile Method
Compiles the current script source code.
Remarks
After successful compilation, the Compiled property is set to True and the compiled code is stored in an internal in-memory stream for execution. The SilentCompiled property is also set to True.
If compilation fails, an exception is raised.
Syntax
Unit: atScript
procedure TatScript.Compile; virtual;