TdxRichEditHyperlinkClickEventArgs Class
Stores information on a hyperlink click event in a Rich Edit control.
Declaration
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