Share via


SysCompareContextProvider.caption Method [AX 2012]

Specifies the caption of the comparison form.

Syntax

public str caption()

Run On

Called

Return Value

Type: str
Returns the caption to be displayed in the form.

Examples

From the Tutorial_CompareContextProvider.caption method

public str caption()  
{  
    return "Customer comparison";  
}  

See Also

SysCompareContextProvider Interface

Tutorial_CompareContextProvider.caption Method