DelphiCodeToDoc
Name
Create
Parent
TDOCStructure
Visibility
PUBLIC
Description
Call Create to instantiate a TDOCStructure object at runtime.
Create allocates memory, and then initializes its properties.
Generally, there is only one reference per application.
Source code
constructor Create ( const st : string ; const rp : TDocTemplate ) ; override
Parameters
Parameter Description st : STRING Name of the new Strcutre (mainly its identifier) rp : TDocTemplate Related logical parent and owner, generally a null value !
DelphiCodeToDoc