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