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