Share via


SysCodeCoverageCompareContext.parmShowLineNumbers Method [AX 2012]

Gets or sets the ShowLineNumbers option setting for the Advanced tab for a form that is based on the SysCompare class.

Syntax

public boolean parmShowLineNumbers([boolean _value])

Run On

Client

Parameters

  • _value
    Type: boolean
    The Boolean value to set; optional.

Return Value

Type: boolean
Always returns false.

Remarks

Line numbers are displayed by using a custom mechanism for code coverage. Allowing this method to be true would add redundant and incorrect line numbers.

See Also

Reference

SysCodeCoverageCompareContext Class