DelphiCodeToDoc Previous
Name
AddLine
Parent
TDocGeneratorHtml
Visibility
PRIVATE
Description
Add a line to the output
Since every output type have a different way to write the output, the AddLine
method is overloaded.
It simply add the HTML in the stream.
Source code
procedure AddLine ( const st : string )
Parameters
Parameter Description st : STRING String to add to the stream
DelphiCodeToDoc Previous