Programming with Reflection
QuickTextURL property
Syntax |
object.QuickTextURL |
Data type |
Returns the text that will be sent by MouseHyperlink and MouseMailTo.
This property is read-only. The default is an empty string. The current value of this property is determined by cursor movements in the Reflection terminal display window. It is updated only if the currently indicated text consists entirely of characters that are valid in a URL.
· MouseHyperlink and MouseMailTo return an error when QuickTextURL is empty. MouseMailTo also returns an error if the QuickTextURL value does not include the @ symbol.
· You can update QuickTextURL in a macro by setting QuickText to a valid URL string.