Table of Contents

TReflectionEffect.CompareTo Method

Overloads

TReflectionEffect.CompareTo(TObject)

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

Syntax

Unit: FlexCel.Core

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

Parameters

<-> Parameter Type Description
other TObject

See also

TReflectionEffect.CompareTo(TReflectionEffect)

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

Syntax

Unit: FlexCel.Core

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

Parameters

<-> Parameter Type Description
other TReflectionEffect

See also