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 | 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. |
| AButton | TMouseButton | The mouse button used to click the target formatted text range. |
| AShift | TShiftState | The state of modifier keys when a user clicked the target formatted text range. |
See Also