Global Embeddable Functions

Help Builder is template driven and through these templates you can execute code. The Help Builder library makes all of the Help Builder COM interface available to you through the oHelp member, but in addition there are a handful of very useful high level global functions you can call from your code.

These functions are directly accessible through script expressions. For example, to call the ExecuteTemplate() function which executes another template and embeds its content into the current template:

<%= ExecuteTemplate(oHelp,"PageHeader.wcs") %>

The following global functions are available:


© West Wind Techologies, 1996-2023 • Updated: 11/21/15
Comment or report problem with topic