How to access Predefined bookmarks using Delphi


2003-07-16 12:45:10 PM
delphi66
Hello
Using VBA the predefind bookmark can be accesed like this
ActiveDocument.Bookmarks("\Para").Copy "currpara";where \para is
predefined bookmark.
But I am using delphi and I couldnt find a option to get the predefind
bookmarks.
Can u please help me to get this.
Thank you
gana