An object's default help panel ID and help library can be set using setup strings. The pszSetupString contains a series of keynames in which each is separated by semicolons, and which changes the behavior of the object. The following table shows the keynames used to set the default help panel ID and help library:
┌──────────────────────────────┬──────────────────────────────┐ │Keyname │Description │ ├──────────────────────────────┼──────────────────────────────┤ │HELPPANEL = id │Sets the object's default help│ │ │panel. This is equivalent to │ │ │calling wpSetDefaultHelp. │ ├──────────────────────────────┼──────────────────────────────┤ │HELPLIBRARY = myobject.hlp │Sets the default help library │ │ │for the object's instance. │ │ │This is equivalent to calling │ │ │wpSetDefaultHelp. │ └──────────────────────────────┴──────────────────────────────┘
The following methods can be called to set the object's default help panel ID and help library using setup strings: