DelphiCodeToDoc
Name
HTMLGenTableSectionInit
Parent
uDocGenHTML_Tools
Visibility
PUBLIC
Description
Build the start of a table section
Source code
function HTMLGenTableSectionInit ( const SectionName , IndexName1 , IndexName2 : string ) : string
Parameters
Parameter Description SectionName : STRING Name of the section IndexName1 : STRING Name of column 1 IndexName2 : STRING Name of column 2
Return
Types Description STRING string representing the section
DelphiCodeToDoc