CVINFO Function
The CVINFO function returns information about specified CaseView properties. The queried property determines the return value.
Syntax
CVINFO("name")
Parameters
Name - Represents the property that is queried. Valid property names and possible return values are listed in the examples below.
Example | Description |
---|---|
CVINFO("VMERGE") |
Returns Y if the Visual Merge pane is currently open. Returns N if the Visual Merge pane is not currently open. |
CVINFO("LOCKDOWN") |
Returns Y if the current document is locked down. Returns N if the current document is not locked down. Returns O if the current document is locked down, but has been temporarily unlocked. |