A HelpNDoc file allows you to provide a text value for the Description property. This field is used by search engines when crawling the HTML help.
I have added topics to my help over the years and some of these descriptions need updating. In my case I needed to replace all instances of Midweek Editor with Meeting Editor.
How can this be done since there is no built-in way to update the Description property in bulk.
This can be done by writing a script and using the HelpNDoc API. These scripts can be built and run with the Script Editor. The object we need to use is
HndTopics.The
HndTopicsobject includes some useful methods:GetTopicDescriptionSetTopicDescriptionThese can be used in combination with the Pascal functions
Pos/StringReplace.