eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » gtCstDocEng.TgtErrorMessageEvent Type
Gnostice eDocEngine VCL Developer Guide
|
This is the type of the OnErrorMessage event handler.
TgtErrorMessageEvent = procedure (Sender: TgtCustomDocumentEngine; const AException: Exception) of object;
(Sender: TgtCustomDocumentEngine; const AException: Exception) ( TgtErrorMessageEvent)();
To handle errors encountered by document-creation engines, specify a procedure of this type as the event handler.
Parameters |
Description |
Sender |
Engine that caused this error. |
AException |
Exception raised by this error. |
gtCstDocEng