helpContextId

Type: Integer

Default Value: 0

The helpContextId property of the CMDialog class contains an associated context number for an object. This property is used to provide context-sensitive help for your common dialogs. If the helpKeyword property is also set, the keyword is used in preference to the context number.

For context-sensitive help on an object in your application, you must assign the same context number to both the object and to the associated help topic when you compile your help file. If you have created a Windows environment help file (that is, a .hlp or .chm file) for your application, when a user presses F1, JADE automatically calls help and requests the topic identified by the current context number (or the helpKeyword property).

If this property is set to zero (0) and its helpKeyword property value is null, the Contents section of the help file is requested. If the helpFile property of the Application class is not set, no help file is opened.