TXTextControl.TargetData Property

This property relates numeric or string data to a link target.

Introduced: 28.0.

Syntax

TXTextControl.TargetData(TargetId) [= Data]
Parameter Description
TargetId

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

Remarks

The specified data can be a long value or a character string. A long value of zero or an empty string deletes all data previously related to the specified target.

Data Types

Long or String.

Limitations

Run time only.

See Also