DelphiCodeToDoc
Name
Create
Parent
TDOCUnit
Visibility
PUBLIC
Description
Call Create to instantiate a TDOCUnit 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 Unit (mainly its identifier) rp : TDocTemplate Related logical parent and owner, generally the Structure it self
DelphiCodeToDoc