eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » gtCstDocEng.TgtErrorMessageEvent Type

Gnostice eDocEngine VCL Developer Guide
gtCstDocEng.TgtErrorMessageEvent Type

This is the type of the OnErrorMessage event handler.

Pascal
TgtErrorMessageEvent = procedure (Sender: TgtCustomDocumentEngine; const AException: Exception) of object;
C++
(Sender: TgtCustomDocumentEngine; const AException: Exception) ( TgtErrorMessageEvent)();
Description

To handle errors encountered by document-creation engines, specify a procedure of this type as the event handler.

Parameters
Parameters 
Description 
Sender 
Engine that caused this error. 
AException 
Exception raised by this error. 

gtCstDocEng