How to delete a Hyperlink, how to change a hyperlink?

  • Hi:

    I want to get to a certain point in text that has a hyperlink, test it's data and delete it or change it depending on a condition.

    Also, how can I create a list of all the embebded data on hyperlinks in a document? I will test each item on the list, change it depending on a condition and then will go back to the document to change embebded data on hyperlinks. How can I do that?

    Any ideas that could help me?

    Kind regards,

    Carlos Borrero

    • Offizieller Beitrag

    Using CodeListTags You can get a lit of all hyperlink objects, access the objects, parent paragraphs, embedded text. You can load and save text from and to the object and delete the objects by freeing them.

    TParagraph.DeleteMarkeChar is used to also delete the placeholder.