Technical Articles > Marked Text Fields
In prior versions a link target or bookmark was handled in a document as a text field of the type txFieldLinkTarget. To enable insertion of multiple bookmarks at every text position this has been replaced with a new set of properties and methods. The following lists all properties and methods that must be replaced when programming link targets or bookmarks:
| Old implementation | New Implementation | |
| FieldInsert method, FieldType property | TargetInsert method | |
| FieldTypeData property | TargetName property | |
| FieldAtInputPos property | TargetAtInputPos property | |
| FieldStart property | TargetStart property | |
| FieldPosX property, FieldPosY property | TargetPos property | |
| FieldData property | TargetData property | |
| FieldDelete method | TargetDelete method | |
| FieldGoto method | TargetGoto method | |
| FieldNext method | TargetNext method | |
| FieldCreated event | TargetCreated event | |
| FieldDeleted event | TargetDeleted event |
<< Special Types of Marked Text Fields | >> Properties, Methods and Events