TBlipFillMode.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 TBlipFillMode.CompareTo(obj: TObject): Integer; virtual;
Parameters
<-> |
Parameter |
Type |
Description |
|
obj |
TObject |
|
See also