XDSActiveURLTextArea

Table of Contents

Turns all URLs contained within a text source into clickable links which trigger the URLClicked event. Have a need to display StyledText to an end-user and allow links contained within to be clickable? This is your solution. The control is also “word-aware” and can trigger events as the mouse hovers developer-defined words in the WordUnderMouse() Event.

**Control should be used in a read-only mode for best use-case**

Version: 2023r1

Properties #

URLColor as Color

All Standard Xojo DesktopTextArea Properties Available

Methods #

IsURL(Input as String) as Boolean

Events #

URLClicked(URL as String)WordUnderMouse(Word as String)