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.
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";
}