DelphiCodeToDoc Previous Next
Name
Create
Parent
TDOCLink
Visibility
PUBLIC
Description
Call Create to instantiate a TDOCLink 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 ln : string )
Parameters
Parameter Description ln : STRING Name of the new Link (mainly its identifier)
DelphiCodeToDoc Previous Next