Click or drag to resize

Window.EnableHelp Method

X#
Enable or disable help for a window and its child windows.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableHelp(
	lEnable,
	oHelpDisplay
) AS USUAL CLIPPER
Request Example View Source

Parameters

lEnable (Optional)
Type: Usual
TRUE enables help; FALSE disables help. If not specified, the default is TRUE.
oHelpDisplay (Optional)
Type: Usual
A HelpDisplay object specifying the help file to use.

Return Value

Type: Usual
NIL
Remarks
This method is called by Window:HelpDisplay().
See Also