DelphiCodeToDoc Previous
Name
Create
Parent
TDOCMember
Visibility
PUBLIC
Description
Call Create to instantiate a TDOCTemplate object at runtime.
Create allocates memory, and then initializes its properties.
Generaly, 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 item (mainly its identifier) rp : TDocTemplate Related logical parent and owner
DelphiCodeToDoc Previous