Search Results for

    Show / Hide Table of Contents

    TSVGAttribute.Create Method

    Overloads

    • TSVGAttribute.Create(string, string)
    • TSVGAttribute.Create(string, string, string)

    TSVGAttribute.Create(string, string)

    Creates a new TSVGAttrigbute with null namespace.

    Syntax

    Unit: FlexCel.Core

    class function TSVGAttribute.Create(const aName: string; const aValue: string): TSVGAttribute; static; overload;

    Parameters

    <-> Parameter Type Description
    const aName string
    const aValue string

    See also

    • TSVGAttribute

    TSVGAttribute.Create(string, string, string)

    Creates a new TSVGAttribute.

    Syntax

    Unit: FlexCel.Core

    class function TSVGAttribute.Create(const aName: string; const aValue: string; const aNamespace: string): TSVGAttribute; static; overload;

    Parameters

    <-> Parameter Type Description
    const aName string
    const aValue string
    const aNamespace string

    See also

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