DelphiCodeToDoc
Name
WriteDocTemplateList
Parent
TDocGeneratorHtml
Visibility
PRIVATE
Description
Write a DocTemplateList content with all items and their summary
Source code
procedure WriteDocTemplateList ( const DocTemplateList : TDOCTemplateList ; const OutputCategory : TOutputCategoryList ; const stSectionCaption : string ; const stItemCaption : string )
Parameters
Parameter Description DocTemplateList : TDOCTemplateList The list to write OutputCategory : TOutputCategoryList Item's category to write stSectionCaption : STRING Caption of the section stItemCaption : STRING Caption of the item
DelphiCodeToDoc