Hypertext Links

Properties

Property Description
TXTextControl.FieldType This property sets or returns the type of a marked text field.
TXTextControl.FieldTypeData This property sets or returns the data that belongs to a marked text field of a special type.
TXTextControl.TargetAtInputPos Returns the target identifier of the target at the current text input position.
TXTextControl.TargetData This property relates numeric or string data to a link target.
TXTextControl.TargetName Returns or sets the name of a link target.
TXTextControl.TargetPos Returns the position of a target.
TXTextControl.TargetStart Returns the target's character index, one-based, in the document.

Methods

Method Description
TXTextControl.TargetDelete This method can be used to delete a link target or bookmark from the document.
TXTextControl.TargetGoto Sets the current text input position to the position of the specified link target and scrolls the text so that this position is at the top of the control's visible text.
TXTextControl.TargetInsert This method inserts a new link target or bookmark in the text at the current text input position.
TXTextControl.TargetNext This method returns the identifier of the link target that follows the specified target in the Text Control's current text.

Events

Event Description
TXTextControl.FieldLinkClicked Occurs when a marked text field has been clicked on that represents the source of a hypertext link.
TXTextControl.TargetCreated Occurs when a link target or bookmark has been created.
TXTextControl.TargetDeleted Occurs when a link target or bookmark has been deleted.