[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Constructor for the class instance.
Source position: lazhelpintf.pas line 106
public constructor THelpNode.Create( |
TheOwner: THelpDatabase; |
Node: THelpNode |
); |
TheOwner: THelpDatabase; |
const TheTitle: string; |
const TheURL: string; |
const TheID: string; |
TheContext: THelpContext |
); |
TheOwner |
|
Help database that owns the help node. |
Node |
|
Help node with property values stored in the new help node; basically, it is a copy Constructor. |
TheOwner |
|
Help database that owns the help node. |
TheTitle |
|
Title for the help node. |
TheURL |
|
URL for the help node. |
TheID |
|
Unique identifier for the help node. |
TheContext |
|
Context for the help node. |
Version 4.0 | Generated 2025-05-03 | Home |