RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EHelpSystemException Class

EHelpSystemException is the class for errors raised by the RTL Help System.

Pascal
EHelpSystemException = class(Exception);
C++
class EHelpSystemException : public Exception;

The Run-Time Library Help System raises EHelpSystemException when an error occurs while registering or invoking a help viewer. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!