ICalcObjectComparer.CompareCalcObject

Syntax

CompareCalcObject(Obj1: ICalcObject, Obj2: ICalcObject): Integer;

Parameters

Obj1. The first object of calculation algorithm.

Obj2. The second object of calculation algorithm.

Description

The CompareCalcObject method compares calculation algorithm objects.

Comments

This method can be redetermined in a custom class.

The method should return the following values:

Example

The property use is given in the example for ICalcObjectsList.Sort.

See also:

ICalcObjectComparer