Search Results for

    Show / Hide Table of Contents

    TFormulaValue Implicit Conversion Operator

    Overloads

    • Implicit conversion from Double to TFormulaValue
    • Implicit conversion from TFormulaValue to Double
    • Implicit conversion from Extended to TFormulaValue
    • Implicit conversion from TFormulaValue to Extended
    • Implicit conversion from Integer to TFormulaValue
    • Implicit conversion from TFormulaValue to Integer
    • Implicit conversion from Int64 to TFormulaValue
    • Implicit conversion from TFormulaValue to Int64
    • Implicit conversion from TDateTime to TFormulaValue
    • Implicit conversion from TFormulaValue to TDateTime
    • Implicit conversion from string to TFormulaValue
    • Implicit conversion from TFormulaValue to string
    • Implicit conversion from Boolean to TFormulaValue
    • Implicit conversion from TFormulaValue to Boolean
    • Implicit conversion from TFlxFormulaErrorValue to TFormulaValue
    • Implicit conversion from TFormulaValue to TFlxFormulaErrorValue
    • Implicit conversion from TFormulaValueArray2 to TFormulaValue
    • Implicit conversion from TFormulaValue to TFormulaValueArray2
    • Implicit conversion from TAddress to TFormulaValue
    • Implicit conversion from TAverageValue to TFormulaValue
    • Implicit conversion from TFormulaValue to TAverageValue
    • Implicit conversion from TSingleFormulaValue to TFormulaValue
    • Implicit conversion from TFormulaValue to TSingleFormulaValue

    Implicit conversion from Double to TFormulaValue

    Automatically converts from Double instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: Double): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a Double

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to Double

    Automatically converts from TFormulaValue instances to Double instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): Double; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from Extended to TFormulaValue

    Automatically converts from Extended instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: Extended): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a Extended

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to Extended

    Automatically converts from TFormulaValue instances to Extended instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): Extended; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from Integer to TFormulaValue

    Automatically converts from Integer instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: Integer): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a Integer

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to Integer

    Automatically converts from TFormulaValue instances to Integer instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): Integer; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from Int64 to TFormulaValue

    Automatically converts from Int64 instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: Int64): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a Int64

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to Int64

    Automatically converts from TFormulaValue instances to Int64 instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): Int64; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from TDateTime to TFormulaValue

    Automatically converts from TDateTime instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TDateTime): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TDateTime

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to TDateTime

    Automatically converts from TFormulaValue instances to TDateTime instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): TDateTime; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from string to TFormulaValue

    Automatically converts from string instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: string): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a string

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to string

    Automatically converts from TFormulaValue instances to string instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): string; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from Boolean to TFormulaValue

    Automatically converts from Boolean instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: Boolean): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a Boolean

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to Boolean

    Automatically converts from TFormulaValue instances to Boolean instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): Boolean; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from TFlxFormulaErrorValue to TFormulaValue

    Automatically converts from TFlxFormulaErrorValue instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFlxFormulaErrorValue): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TFlxFormulaError​Value

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to TFlxFormulaErrorValue

    Automatically converts from TFormulaValue instances to TFlxFormulaErrorValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): TFlxFormulaErrorValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValueArray2 to TFormulaValue

    Automatically converts from TFormulaValueArray2 instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TArray<TArray<TFormulaValue>>): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TArray<​TArray<​TFormula​Value>​>

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to TFormulaValueArray2

    Automatically converts from TFormulaValue instances to TFormulaValueArray2 instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): TArray<TArray<TFormulaValue>>; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from TAddress to TFormulaValue

    Automatically converts from TAddress instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TAddress): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TAddress

    See also

    • TFormulaValue

    Implicit conversion from TAverageValue to TFormulaValue

    Automatically converts from TAverageValue instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TAverageValue): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TAverageValue

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to TAverageValue

    Automatically converts from TFormulaValue instances to TAverageValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): TAverageValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from TSingleFormulaValue to TFormulaValue

    Automatically converts from TSingleFormulaValue instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TSingleFormulaValue): TFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TSingleFormulaValue

    See also

    • TFormulaValue

    Implicit conversion from TFormulaValue to TSingleFormulaValue

    Automatically converts from TFormulaValue instances to TSingleFormulaValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TFormulaValue.Implicit(const a: TFormulaValue): TSingleFormulaValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

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