Table of Contents

TInnerShadowEffect.CompareTo Method

Overloads

TInnerShadowEffect.CompareTo(TObject)

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

Syntax

Unit: FlexCel.Core

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

Parameters

<-> Parameter Type Description
other TObject

See also

TInnerShadowEffect.CompareTo(TInnerShadowEffect)

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

Syntax

Unit: FlexCel.Core

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

Parameters

<-> Parameter Type Description
other TInnerShadowEffect

See also