Navigation:  Interfaces (Technical API Reference) > Text Elements (paragraphs, objects, styles) > IWPTextObj > Methods >

MakeEndTag Method

Previous pageReturn to chapter overviewNext page

Applies to

IWPTextObj

Declaration

function MakeEndTag(PtrOfStartTag: Integer): WordBool;

Description

This method can be used to create object pairs, such a merge fields and hyperlinks. Usually you will not have to use this method, rather use high level functions such as InputHyperlink.

To create an object pair call Obj.MakeEndTag( PtrOfStartTag ). PtrOfStartTag must have been retrieved using a call to Obj.GetPtr with a different IWPTextObj interface.