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