TDrawingGradientStop.GreaterThan Operator
Adapts the > operator so it returns true when the first parameter is bigger than the second.
Syntax
Unit: FlexCel.Core
class operator TDrawingGradientStop.GreaterThan(const o1: TDrawingGradientStop; const o2: TDrawingGradientStop): Boolean; overload;
Parameters
See also