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

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

    Declaration

    constructor Create(AOwnerItem: TObject; const AAnchorText: string); 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.

    See Also