EnableHyperlinks Property (Obsolete)

This property must be set to True to enable special actions for pieces of text that function as hyperlinks. After loading a document that contains hyperlinks the user receives ViewClicked and ViewWordDblClicked events and can use the ViewSection and ViewNextHighlight properties and methods. With enabled hyperlinks a Text Control cannot be edited.

Syntax

   TXTextControl.EnableHyperlinks [= boolean]
Setting Description
True    Hyperlinks are enabled. The Viewxx events and methods are available.
False    (Default) Hyperlinks are disabled. The Viewxx events and methods are not available.

Data Types

Boolean.

See Also