DelphiCodeToDoc
Name
Build
Parent
TDOCProject
Visibility
PUBLIC
Description
Build the project by creating the output files
It verify if the project is ready to be build, and then call the Generator
by the execute method.
Additionnaly, the project's State is set to psBuilt if successfull
Source code
function Build : boolean
Parameters
Parameter Description
Return
Types Description BOOLEAN TRUE if succesfull, FALSE otherwise
DelphiCodeToDoc