DelphiCodeToDoc Next
Name
CHMGenTocSimpleHeading
Parent
uDocGenCHM_Tools
Visibility
PUBLIC
Description
Return CHM TOC simple heading
Source code
function CHMGenTocSimpleHeading ( const Name : string ; const isFolder : Boolean = true ) : string
Parameters
Parameter Description NAME : STRING Heading's name isFolder : BOOLEAN True if not a textual item but just a folder (container)
Return
Types Description STRING string representing the section
DelphiCodeToDoc Next