TdxHyperlinkClickEventArgs Class
Stores hyperlink click event data.
Declaration
TdxHyperlinkClickEventArgs = class(
TdxEventArgs
)
Remarks
This class has the following members that allow you to:
Identify the state of modifier keys (Alt, Control, ModifierKeys, and Shift).
Access a clicked hyperlink (Hyperlink).
The Args parameter of the TdxHyperlinkClickEvent procedural type references a TdxHyperlinkEventArgs object.
Inheritance
TObject
TdxEventArgs
TdxHyperlinkClickEventArgs
See Also