Constructor for the class instance.
Source position: lazconfigstorage.pas line 100
public constructor TConfigMemStorageNode.Create( |
AParent: TConfigMemStorageNode; |
const AName: string |
); |
AParent |
|
Node where the current node is stored as a child node. |
AName |
|
Name for the new storage node. |
Create is the constructor for the class instance. It initializes values in the Parent and Name properties to the arguments passed to the constructor.
| Version 4.4 | Generated 2025-11-08 | Home |