Equinox Online Help - Language Reference - A to Z
DefaultHelp |
|
|---|---|
| Applies to | ![]() |
| Syntax | DefaultHelp |
| Action | [Function] Returns the default help context number for a form. |
| Scope | Only usable in form methods. |
| Notes | This function returns the default help context number for all objects that do not have a value set in the Help Context property. The number is returned as an integer in the range [0 to 16383]. The number is zeroed each time an application is closed and can be set using the SetHelpContext statement. |
| Category | Forms |
| See Also | |
| Example | The following example checks if there is a default help context number. If DefaultHelp = 0 Then Message "No default help context", 1 |
