Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.