DelphiCodeToDoc
Name
FVisitDocTemplateList
Parent
TDOCBaseVisitor
Visibility
PRIVATE
Description
Try to visit the DocTemplateList if the visit is enabled for this item.
It will also call BeforeVisit (before) and AfterVisit (after) function
and also the DoVisit
Source code
procedure FVisitDocTemplateList ( const DocTemplateList : TDocTemplateList ; const DocOwnerList : TDOCTemplate )
Parameters
Parameter Description DocTemplateList : TDocTemplateList List to try to visit DocOwnerList : TDOCTemplate Owner for this list
DelphiCodeToDoc