[Overview][Classes][Procedures and functions][Index] |
Destructor for the class instance.
Source position: xmlpropstorage.pas line 99
public destructor TXMLConfigStorage.Destroy; override; |
Destroy is the overridden destructor for the class instance. It uses the value in FreeXMLConfig to determine whether the TXMLConfig instance in XMLConfig is freed in the method. When set to True, XMLConfig is freed and set to Nil.
Destroy calls the inherited destructor prior to exiting from the method.
|
Constructor for the class instance. |
|
|
Indicates whether the TXMLConfig instance is freed when the class is destroyed. |
|
|
TXMLConfig with the values accessed and maintained in the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |