TXTextControl.TargetStart Property

Returns the target's character index, one-based, in the document. The target's position is at the left edge of this character.

Introduced: 28.0.

Syntax

TXTextControl.TargetStart(TargetId)
Parameter Description
TargetId

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

Data Types

TargetId: Long
Property value: Long

Limitations

Read only, run time only.

See Also