TdxHyperlinkEventArgs.Text Property
Returns the target hyperlink’s anchor text.
Declaration
property Text: string read;
Property Value
Type | Description |
---|---|
string | The target hyperlink’s anchor text. |
Remarks
Use Text
and URI properties to identify a hyperlink in a formatted message.
See Also