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

Gnostice eDocEngine VCL Developer Guide
gtCstDocEng.TgtNotifyEvent Type

This is the event handler type for certain document-creation engine events.

Pascal
TgtNotifyEvent = procedure (Sender: TgtCustomDocumentEngine) of object;
C++
(Sender: TgtCustomDocumentEngine) ( TgtNotifyEvent)();
Type Parameters 
Description 
Sender 
Engine that caused this event. 

gtCstDocEng