DelphiCodeToDoc
Name
FVisitDocTemplate
Parent
TDOCBaseVisitor
Visibility
PROTECTED
Description
Try to visit the DocTemplate 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 FVisitDocTemplate ( const DocTemplate : TDOCTemplate ; const DocListOwner : TDOCTemplateList )
Parameters
Parameter Description DocTemplate : TDOCTemplate The item to mtry to visit DocListOwner : TDOCTemplateList Owner list for this item
DelphiCodeToDoc