Back to Devexpress

TdxRichEditHyperlinkClickEventArgs Class

vcl-dxrichedit-dot-types-714fdc4b.md

latest1.9 KB
Original Source

TdxRichEditHyperlinkClickEventArgs Class

Stores information on a hyperlink click event in a Rich Edit control.

Declaration

delphi
TdxRichEditHyperlinkClickEventArgs = class(
    TdxEventArgs
)

Remarks

Hyperlink click events allow you to modify hyperlink activation behavior in a Rich Edit control.

Main API Members

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.

Direct TdxRichEditHyperlinkClickEventArgs Class Reference

The TdxRichEditHyperlinkClickEvent procedural type references a TdxRichEditHyperlinkClickEventArgs object as the AArgs parameter.

Inheritance

TObject TdxEventArgs TdxRichEditHyperlinkClickEventArgs

See Also

TdxRichEditHyperlinkClickEventArgs Members

dxRichEdit.Types Unit