Search Results for

    Show / Hide Table of Contents

    THyperLink.Create Method

    Overloads

    • THyperLink.Create
    • THyperLink.Create(THyperLinkType, string, string, string, string)
    • THyperLink.Create(THyperLinkType, string, string, string, string, string)
    • THyperLink.Create(THyperLinkType, string, string, string, string, string, string)

    THyperLink.Create

    Creates a new instance of an Hyperlink class.

    Syntax

    Unit: FlexCel.Core

    class function THyperLink.Create: THyperLink; static; overload;

    See also

    • THyperLink

    THyperLink.Create(THyperLinkType, string, string, string, string)

    Creates a new instance of an Hyperlink class.

    Syntax

    Unit: FlexCel.Core

    class function THyperLink.Create(const aLinkType: THyperLinkType; const aText: string; const aDescription: string; const aTargetFrame: string; const aTextMark: string): THyperLink; static; overload;

    Parameters

    <-> Parameter Type Description
    const aLinkType THyperLinkType The type of hyperlink: to a local file, to an url, to a cell or to a networked file.
    const aText string Text of the HyperLink. This is empty when linking to a cell.
    const aDescription string Description of the HyperLink.
    const aTargetFrame string Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute is used to determine if a new window is launched for viewing or if an existing one can be used.
    const aTextMark string When entering an URL on excel, you can enter additional text following the url with a "#" character (for example www.your_url.com#myurl") The text Mark is the text after the "#" char. When entering an address to a cell, the address goes here too.

    See also

    • THyperLink

    THyperLink.Create(THyperLinkType, string, string, string, string, string)

    Creates a new instance of an Hyperlink class, including a hint.

    Syntax

    Unit: FlexCel.Core

    class function THyperLink.Create(const aLinkType: THyperLinkType; const aText: string; const aDescription: string; const aTargetFrame: string; const aTextMark: string; const aHint: string): THyperLink; static; overload;

    Parameters

    <-> Parameter Type Description
    const aLinkType THyperLinkType The type of hyperlink: to a local file, to an url, to a cell or to a networked file.
    const aText string Text of the HyperLink. This is empty when linking to a cell.
    const aDescription string Description of the HyperLink.
    const aTargetFrame string Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute is used to determine if a new window is launched for viewing or if an existing one can be used.
    const aTextMark string When entering an URL on excel, you can enter additional text following the url with a "#" character (for example www.your_url.com#myurl") The text Mark is the text after the "#" char. When entering an address to a cell, the address goes here too.
    const aHint string Tooltip to be shown when hovering over the link.

    See also

    • THyperLink

    THyperLink.Create(THyperLinkType, string, string, string, string, string, string)

    Creates a new instance of an Hyperlink class, including a hint and a base Url.

    Syntax

    Unit: FlexCel.Core

    class function THyperLink.Create(const aLinkType: THyperLinkType; const aText: string; const aBaseUrl: string; const aDescription: string; const aTargetFrame: string; const aTextMark: string; const aHint: string): THyperLink; static; overload;

    Parameters

    <-> Parameter Type Description
    const aLinkType THyperLinkType The type of hyperlink: to a local file, to an url, to a cell or to a networked file.
    const aText string Text of the HyperLink. This is empty when linking to a cell.
    const aBaseUrl string Base Url used in all entries in the file. This will combine with aText to give the full Url.
    const aDescription string Description of the HyperLink.
    const aTargetFrame string Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute is used to determine if a new window is launched for viewing or if an existing one can be used.
    const aTextMark string When entering an URL on excel, you can enter additional text following the url with a "#" character (for example www.your_url.com#myurl") The text Mark is the text after the "#" char. When entering an address to a cell, the address goes here too.
    const aHint string Tooltip to be shown when hovering over the link.

    See also

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