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