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