Search Results for

    Show / Hide Table of Contents

    TCellValue Implicit Conversion Operator

    Overloads

    • Implicit conversion from Double to TCellValue
    • Implicit conversion from TCellValue to Double
    • Implicit conversion from Extended to TCellValue
    • Implicit conversion from TCellValue to Extended
    • Implicit conversion from Integer to TCellValue
    • Implicit conversion from TCellValue to Integer
    • Implicit conversion from Int64 to TCellValue
    • Implicit conversion from TCellValue to Int64
    • Implicit conversion from TDateTime to TCellValue
    • Implicit conversion from TCellValue to TDateTime
    • Implicit conversion from string to TCellValue
    • Implicit conversion from TCellValue to string
    • Implicit conversion from TRichString to TCellValue
    • Implicit conversion from TCellValue to TRichString
    • Implicit conversion from Boolean to TCellValue
    • Implicit conversion from TCellValue to Boolean
    • Implicit conversion from TFlxFormulaErrorValue to TCellValue
    • Implicit conversion from TCellValue to TFlxFormulaErrorValue
    • Implicit conversion from TFormula to TCellValue
    • Implicit conversion from TCellValue to TFormula
    • Implicit conversion from TSingleFormulaValue to TCellValue
    • Implicit conversion from TCellValue to TSingleFormulaValue
    • Implicit conversion from TFormulaValue to TCellValue
    • Implicit conversion from TCellValue to TFormulaValue
    • Implicit conversion from Variant to TCellValue
    • Implicit conversion from TCellValue to Variant
    • Implicit conversion from TValue to TCellValue
    • Implicit conversion from TCellValue to TValue

    Implicit conversion from Double to TCellValue

    Automatically converts from Double instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a Double

    See also

    • TCellValue

    Implicit conversion from TCellValue to Double

    Automatically converts from TCellValue instances to Double instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from Extended to TCellValue

    Automatically converts from Extended instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a Extended

    See also

    • TCellValue

    Implicit conversion from TCellValue to Extended

    Automatically converts from TCellValue instances to Extended instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from Integer to TCellValue

    Automatically converts from Integer instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a Integer

    See also

    • TCellValue

    Implicit conversion from TCellValue to Integer

    Automatically converts from TCellValue instances to Integer instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from Int64 to TCellValue

    Automatically converts from Int64 instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a Int64

    See also

    • TCellValue

    Implicit conversion from TCellValue to Int64

    Automatically converts from TCellValue instances to Int64 instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from TDateTime to TCellValue

    Automatically converts from TDateTime instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TDateTime

    See also

    • TCellValue

    Implicit conversion from TCellValue to TDateTime

    Automatically converts from TCellValue instances to TDateTime instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from string to TCellValue

    Automatically converts from string instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a string

    See also

    • TCellValue

    Implicit conversion from TCellValue to string

    Automatically converts from TCellValue instances to string instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from TRichString to TCellValue

    Automatically converts from TRichString instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: TRichString): TCellValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TRichString

    See also

    • TCellValue

    Implicit conversion from TCellValue to TRichString

    Automatically converts from TCellValue instances to TRichString instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: TCellValue): TRichString; overload;

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from Boolean to TCellValue

    Automatically converts from Boolean instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a Boolean

    See also

    • TCellValue

    Implicit conversion from TCellValue to Boolean

    Automatically converts from TCellValue instances to Boolean instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from TFlxFormulaErrorValue to TCellValue

    Automatically converts from TFlxFormulaErrorValue instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TFlxFormulaError​Value

    See also

    • TCellValue

    Implicit conversion from TCellValue to TFlxFormulaErrorValue

    Automatically converts from TCellValue instances to TFlxFormulaErrorValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from TFormula to TCellValue

    Automatically converts from TFormula instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: TFormula): TCellValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TFormula

    See also

    • TCellValue

    Implicit conversion from TCellValue to TFormula

    Automatically converts from TCellValue instances to TFormula instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: TCellValue): TFormula; overload;

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from TSingleFormulaValue to TCellValue

    Automatically converts from TSingleFormulaValue instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TSingleFormulaValue

    See also

    • TCellValue

    Implicit conversion from TCellValue to TSingleFormulaValue

    Automatically converts from TCellValue instances to TSingleFormulaValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from TFormulaValue to TCellValue

    Automatically converts from TFormulaValue instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TFormulaValue

    See also

    • TCellValue

    Implicit conversion from TCellValue to TFormulaValue

    Automatically converts from TCellValue instances to TFormulaValue instances

    Syntax

    Unit: FlexCel.Core

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

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from Variant to TCellValue

    Automatically converts from Variant instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: Variant): TCellValue; overload;

    Parameters

    <-> Parameter Type Description
    const a Variant

    See also

    • TCellValue

    Implicit conversion from TCellValue to Variant

    Automatically converts from TCellValue instances to Variant instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: TCellValue): Variant; overload;

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

    • TCellValue

    Implicit conversion from TValue to TCellValue

    Automatically converts from TValue instances to TCellValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: TValue): TCellValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TValue

    See also

    • TCellValue

    Implicit conversion from TCellValue to TValue

    Automatically converts from TCellValue instances to TValue instances

    Syntax

    Unit: FlexCel.Core

    class operator TCellValue.Implicit(const a: TCellValue): TValue; overload;

    Parameters

    <-> Parameter Type Description
    const a TCellValue

    See also

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