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

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

    Declaration

    constructor Create(AItem: TObject; AButton: TMouseButton; Shift: TShiftState; AHyperlinkIndex: Integer; const AText: string; const AURI: string); reintroduce; virtual;

    Parameters

    Name Type
    AItem TObject
    AButton TMouseButton
    Shift TShiftState
    AHyperlinkIndex Integer
    AText string
    AURI string
    See Also