xInfo.compilerOutput Method

Gets or sets the compiler output object. The compiler output object is the Compiler output window by default.

Syntax

public xCompilerOutput compilerOutput([Object compilerOut])

Run On

Called

Parameters

  • compilerOut
    Type: Object Class
    A compiler output object; optional. Optional parameter.

Return Value

Type: xCompilerOutput Class
An xCompilerOutput object.

Remarks

The default value of the compilerOut parameter is the Compiler output window, but it can also be the Message window.

See Also

xInfo Class

xCompilerOutput Class