Table of Contents

TSoftEdgesEffect.CompareTo Method

Overloads

TSoftEdgesEffect.CompareTo(TObject)

Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.

Syntax

Unit: FlexCel.Core

function TSoftEdgesEffect.CompareTo(other: TObject): Integer; overload; override;

Parameters

<-> Parameter Type Description
other TObject

See also

TSoftEdgesEffect.CompareTo(TSoftEdgesEffect)

Returns -1, 0 or 1 depending if this object is smaller or bigger than the other.

Syntax

Unit: FlexCel.Core

function TSoftEdgesEffect.CompareTo(other: TSoftEdgesEffect): Integer; overload;

Parameters

<-> Parameter Type Description
other TSoftEdgesEffect

See also