Equinox Online Help - Language Reference - A to Z

Home

DefaultHelp

Applies to
SyntaxDefaultHelp
Action[Function] Returns the default help context number for a form.
ScopeOnly 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.

CategoryForms
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