TDrawingPathGradient.CompareTo Method
Returns -1 if obj is bigger than this, 0 if both objects are the same, and 1 if obj is smaller than this.
Syntax
Unit: FlexCel.Core
function TDrawingPathGradient.CompareTo(obj: TObject): Integer; override;
Parameters
<-> |
Parameter |
Type |
Description |
|
obj |
TObject |
|
See also