The add alias field is used to create a topic alias for the current topic. Topic aliases are used for creating context sensitive help systems that use numerical topic IDs to link to topics.

Format

{ \HP AddAlias " Alias1"[, "Alias2"[, …]] }

Where Alias1 specifies one or more, comma separated topic aliases. The topic alias can be the numerical value associated with a topic page, or an alphanumeric string referencing the numerical topic ID in a C-style header file. If a numerical value is specified, Help Producer will alias this number to the current topic page. If a string is specified, you need to supply an external ‘C’ header file and add it to the help project. For details, see the topic Headers, Collection, Project Editor Dialog Box.

Example

{ \HP AddAlias "IDD_SOME_DIALOG", 123, 456 }

See Also

Reference | Help Producer Fields