TEffectList.CompareTo Method
Overloads
TEffectList.CompareTo(TObject)
Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.
Syntax
Unit: FlexCel.Core
function TEffectList.CompareTo(other: TObject): Integer; overload;
Parameters
<-> |
Parameter |
Type |
Description |
|
other |
TObject |
|
See also
TEffectList.CompareTo(TEffectList)
Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.
Syntax
Unit: FlexCel.Core
function TEffectList.CompareTo(other: TEffectList): Integer; overload;
Parameters
See also