Method |
Description |
AfterVisit (#) |
Things to do after the visit of a DocTemplate |
AfterVisit (#) |
Things to do after the visit of a DocTemplateList |
BeforeFullVisit (#) |
Thing to do before a full visit (generally some initializations) |
BeforeVisit (#) |
Things to do before the visit of a DocTemplateList |
BeforeVisit (#) |
Things to do before the visit of a DocTemplate |
Create (+) |
Create a TDOCBaseVisitor instance |
Destroy (+) |
Destroy a previously created TDOCBaseVisitor instance |
DoVisit (#) |
Do the real visit for this list. This should be written by descendant |
DoVisit (#) |
Do the real visit for this item. This should be written by descendant |