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