Search Results for

    Show / Hide Table of Contents

    IEffectProperties.CompareTo Method

    Overloads

    • IEffectProperties.CompareTo(TObject)
    • IEffectProperties.CompareTo(IEffectProperties)

    IEffectProperties.CompareTo(TObject)

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

    Syntax

    Unit: FlexCel.Core

    function IEffectProperties.CompareTo(other: TObject): Integer; overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    other TObject

    See also

    • IEffectProperties

    IEffectProperties.CompareTo(IEffectProperties)

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

    Syntax

    Unit: FlexCel.Core

    function IEffectProperties.CompareTo(other: IEffectProperties): Integer; overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    other IEffectProperties

    See also

    • IEffectProperties
    In This Article
    Back to top FlexCel Studio for VCL and FireMonkey v7.24
    © 2002 - 2025 tmssoftware.com