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