Skip to main content
All docs
V26.1
  • Create(TObject,string,Integer,string) Constructor

    Initializes a new instance of the TdxHyperlinkEventArgs class with specified settings.

    Declaration

    constructor Create(AOwnerItem: TObject; const AAnchorText: string; AHyperlinkIndex: Integer; const AURI: string); reintroduce; virtual;

    Parameters

    Name Type Description
    AOwnerItem TObject

    The parent UI element that contains the target formatted text range.

    AAnchorText string

    The anchor text of the target formatted text range.

    AHyperlinkIndex Integer

    The index of the target hyperlink within the parent UI element’s formatted message.

    AURI string

    The URI of the target hyperlink.

    See Also