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

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

    Declaration

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

    Parameters

    Name Type
    AOwnerItem TObject
    AAnchorText string
    AHyperlinkIndex Integer
    AURI string
    AButton TMouseButton
    AShift TShiftState
    See Also