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