View_Context_ID_Help - HelpSystem
Sent when the requesting object has requested integer-ID context help
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| Obj | Integer | The object ID of the object that is requesting help |
Syntax
Procedure View_Context_ID_Help Integer Obj
Call Example
Send View_Context_ID_Help Obj
Description
The requesting object (Obj) has requested integer-ID context help. This ID context is obtained by calling the function help_context in the requesting object. The context ID returned by help_context is converted into a Windows Help ID by calling a help_object function named system_help_context_ID. This function is passed the DataFlex help ID and is expected to return a Windows Help ID. By default, these values will be the same. This is provided for augmentation purposes. It allows for complete independence between the program and the help system. You normally do not need this.