TXTextControl.TargetName Property

Returns or sets the name of a link target.

Introduced: 28.0.

Syntax

TXTextControl.TargetName(TargetId) [= Name]
Parameter Description
TargetId

Specifies the target's unique identifier. This must be the value returned from the TargetInsert method.

Data Type

String.

Limitations

Run time only.

See Also