[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#lazutils)

TConfigMemStorageNode.Create

Constructor for the class instance.

Declaration

Source position: lazconfigstorage.pas line 100

public constructor TConfigMemStorageNode.Create(

  AParent: TConfigMemStorageNode;

  const AName: string

);

Arguments

AParent

  

Node where the current node is stored as a child node.

AName

  

Name for the new storage node.

Description

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.0 Generated 2025-05-03 Home