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