Search Results for

    Show / Hide Table of Contents

    IShapeOptionList.SetValue Method

    Overloads

    • IShapeOptionList.SetValue(TShapeOption, Double)
    • IShapeOptionList.SetValue(TShapeOption, Boolean)
    • IShapeOptionList.SetValue(TShapeOption, TDrawingHyperlink)
    • IShapeOptionList.SetValue(TShapeOption, string)

    IShapeOptionList.SetValue(TShapeOption, Double)

    Sets a property with a floating point or integer value.

    Syntax

    Unit: FlexCel.Core

    procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: Double); overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const option TShapeOption Option to set.
    const value Double Value to set.

    See also

    • IShapeOptionList

    IShapeOptionList.SetValue(TShapeOption, Boolean)

    Sets a property with a boolean value.

    Syntax

    Unit: FlexCel.Core

    procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: Boolean); overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const option TShapeOption Option to set.
    const value Boolean Value to set.

    See also

    • IShapeOptionList

    IShapeOptionList.SetValue(TShapeOption, TDrawingHyperlink)

    Sets a property with an hyperlink value.

    Syntax

    Unit: FlexCel.Core

    procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: TDrawingHyperlink); overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const option TShapeOption Option to set.
    const value TDrawingHyperlink Value to set.

    See also

    • IShapeOptionList

    IShapeOptionList.SetValue(TShapeOption, string)

    Sets a property with a string value.

    Syntax

    Unit: FlexCel.Core

    procedure IShapeOptionList.SetValue(const option: TShapeOption; const value: string); overload; virtual; abstract;

    Parameters

    <-> Parameter Type Description
    const option TShapeOption Option to set.
    const value string Value to set.

    See also

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