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