Skip to main content
All docs
V24.2

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