DelphiCodeToDoc
Name
Create
Parent
TDOCClass
Visibility
PUBLIC
Description
Call Create to instantiate a TDOCCLass object at runtime.
Create allocates memory, and then initializes its properties.
Generally, The owner of this item call create and add the reference in a list
Source code
constructor Create ( const st : string ; const rp : TDOCTemplate ) ; override
Parameters
Parameter Description st : STRING Name of the new Class (mainly its identifier) rp : TDOCTemplate Related logical parent and owner, the unit it written into
DelphiCodeToDoc