Click or drag to resize

HelpDisplay.HelpError Method (Typed)

X#
Determine if the previous HelpDisplay operation was successful.

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

Return Value

Type: Long

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