Click or drag to resize

HelpDisplay.HelpError Method

X#
Determine if the previous HelpDisplay operation was successful.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD HelpError() AS USUAL
Request Example View Source

Return Value

Type: Usual

One of the following constants, indicating the success or failure of the previously called HelpDisplay:

ConstantDescription
HDCANTOPENFILEThe help operation could not open the help database.
HDINVALIDKEYAn invalid key was used for HelpDisplay:Show().
HDOKThe operation was successful.
HDOUTOFMEMORY The operation failed due to insufficient memory or other system resources.
HDUNKNOWNIt was not possible to determine why the last operation failed.
See Also