TdxHyperlinkEventArgs.Text Property
In This Article
Returns the target hyperlink’s anchor text.
#Declaration
Delphi
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