vcl-dxrichedit-dot-types-714fdc4b.md
Stores information on a hyperlink click event in a Rich Edit control.
TdxRichEditHyperlinkClickEventArgs = class(
TdxEventArgs
)
Hyperlink click events allow you to modify hyperlink activation behavior in a Rich Edit control.
The list below outlines key members of the TdxRichEditHyperlinkClickEventArgs class. These members allow you to identify the target hyperlink and prevent users from activating the hyperlink.
Alt | Control | ModifierKeys | ShiftAllow you to identify the state of modifier keys at the moment of event occurrence.HandledAllows you to prevent hyperlink activation.HyperlinkProvides access to the clicked hyperlink.
The TdxRichEditHyperlinkClickEvent procedural type references a TdxRichEditHyperlinkClickEventArgs object as the AArgs parameter.
TObject TdxEventArgs TdxRichEditHyperlinkClickEventArgs
See Also