| Method |
Description |
| AfterFullVisit (#) |
Thing to do after a full visit (generally some finalizations) |
| 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 DocTemplate |
| BeforeVisit (#) |
Things to do before the visit of a DocTemplateList |
| 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 |
| FVisitAllNestedList (-) |
Visit nested TDOCTemplateList list this item |
| FVisitDocTemplate (#) |
Try to visit the DocTemplate if the visit is enabled for this item. |
| FVisitDocTemplateList (-) |
Try to visit the DocTemplateList if the visit is enabled for this item. |
| IsVisitEnabled (#) |
Test if visit is enabled for this item |
| IsVisitEnabled (#) |
Test if visit is enabled for this item |
| Visit (+) |
Start a visit from a DocTemplateList |
| Visit (+) |
Start a visit from a DocTemplate |