| [Overview][Classes][Procedures and functions][Index] | 
Constructor for the class instance.
Source position: xmlpropstorage.pas line 95
| public constructor TXMLConfigStorage.Create( | 
| const Filename: string; | 
| LoadFromDisk: Boolean | 
| ); override; | 
| TheXMLConfig: TXMLConfig | 
| ); | 
| TheXMLConfig: TXMLConfig; | 
| const StartPath: string | 
| ); | 
| s: TStream; | 
| const StartPath: string = '' | 
| ); | 
| Filename | 
 | Qualified file name where the XML content is stored. | 
| LoadFromDisk | 
 | True to load existing XML content from the file, or False to create an empty storage. | 
| TheXMLConfig | 
 | TXMLConfig instance where the XML paths and values are stored. | 
| TheXMLConfig | 
 | TXMLConfig instance where the XML paths and values are stored. | 
| StartPath | 
 | Initial path for values read and written in the class instance. | 
| s | 
 | Stream with the XML content loaded in the XMLConfig storage. | 
| StartPath | 
 | Initial path for values read and written in the class instance. | 
Create is the overridden, overloaded constructor for the class instance. The overloaded variants allow the XML content to read from various sources like a file name, a TXMLConfig instance, a scoped TXMLConfig instance, or a TStream instance.
Use WriteToDisk or SaveToStream to specify where the XML content is stored .
| Version 4.0 | Generated 2025-05-03 | Home |