Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 | Shift
Allow you to identify the state of modifier keys at the moment of event occurrence.
Handled
Allows you to prevent hyperlink activation.
Hyperlink
Provides 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