DelphiCodeToDoc
Name
FindNextItem
Parent
TDOCGeneratorVisitor
Visibility
PROTECTED
Description
Search the next item that will be visited (visit enabled)
Source code
function FindNextItem ( const DocTemplate : TDOCTemplate ; const DocListOwner : TDOCTemplateList ) : TDOCTemplate
Parameters
Parameter Description DocTemplate : TDOCTemplate Item currently visited DocListOwner : TDOCTemplateList Owner of the current item
Return
Types Description TDOCTemplate Next item if exists, NIL otherwise
DelphiCodeToDoc