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

TConfigMemStorageNode

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: lazconfigstorage.pas line 93

type TConfigMemStorageNode = class

public

  Name: string;

  

  Value: string;

  

  Parent: TConfigMemStorageNode;

  

  Children: TAvlTree;

  

  procedure ClearChilds;

  

  constructor Create();

  

  destructor Destroy; override;

  

end;

Inheritance

TConfigMemStorageNode

  

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.