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.
Retrieves a list of SysCompareTmpText records. Each of these records describes a text, with regards to contents, visualization and merging capabilities.
Syntax
public List comparableTextList(
SysComparable _topComparable,
SysCompareContextProvider _context,
[SysComparable _matchingComparable])
Run On
Called
Parameters
- _topComparable
Type: SysComparable Interface
The SysComparable interface that is selected when comparison was started; this is the topmost parent.
- _context
Type: SysCompareContextProvider Interface
The SysCompareContextProvider that is used to start the comparison.
- _matchingComparable
Type: SysComparable Interface
Return Value
Type: List Class
Returns a list of SysComparableTmpText records that contain information about the SysComparable interface.
Remarks
The purpose of having multiple texts is to provide an option for specifying different types of information for a single SysComparable interface. For example, a SysComparable interface could have both properties and children. These will be grouped visually during comparison.