[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: lazconfigstorage.pas line 101
public destructor TConfigMemStorageNode.Destroy; override; |
Destroy is the overridden destructor for the class instance. It calls ClearChilds to remove all storage nodes allocated in Children. It ensures the current class instance is removed from the Parent node (when assigned).
Destroy calls the inherited destructor prior to exiting from the method.
Version 4.0 | Generated 2025-05-03 | Home |