Unit 'LazConfigStorage' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#bs_utils]

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



CT Web help

CodeTyphon Studio