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