DelphiCodeToDoc Previous
Name
AddChild
Parent
TDOCClassesTree
Visibility
PROTECTED
Description
Create and add a child to the tree
Source code
function AddChild ( const Parent : TDOCClassNode ; const Name : string ) : TDOCClassNode
Parameters
Parameter Description Parent : TDOCClassNode Parent of this item NAME : STRING Child name
Return
Types Description TDOCClassNode Return the newly created node
DelphiCodeToDoc Previous