| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazconfigstorage.pas line 93
type TConfigMemStorageNode = class |
||
public |
||
Name: string; |
|
|
Value: string; |
|
|
|
||
Children: TAvlTree; |
|
|
procedure ClearChilds; |
|
|
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
end; |
|
||
| | | ||
TObject |
| lazarus-ccr.sourceforge.net |