Table of Contents

IBlip.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 IBlip.CompareTo(obj: TObject): Integer; virtual; abstract;

Parameters

<-> Parameter Type Description
obj TObject

See also