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