eDocEngine VCL Professional Help » Symbol Reference » Namespaces of Helper Classes » gtCstDocEng Namespace » gtCstDocEng.TgtNotifyEvent Type
Gnostice eDocEngine VCL Developer Guide
|
This is the event handler type for certain document-creation engine events.
TgtNotifyEvent = procedure (Sender: TgtCustomDocumentEngine) of object;
(Sender: TgtCustomDocumentEngine) ( TgtNotifyEvent)();
Type Parameters |
Description |
Sender |
Engine that caused this event. |
gtCstDocEng