[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: laz2_xmlcfg.pas line 99
public constructor TXMLConfig.Create( |
AOwner: TComponent |
); override; overload; |
const AFilename: string |
); overload; |
AOwner |
|
Owner of the class instance. |
AFilename |
|
File with the XML content loaded in the class instance. |
Create is the overloaded, overridden constructor for the class instance.
Calling Create with the AFilename argument causes the XML content in the specified Filename to be loaded into the class instance. The variant that specifies an owner simply sets the default values in ReadFlags, WriteFlags, and its internal format settings.
Alternate constructors, like CreateClean and CreateWithSource, are provided to create an empty XML configuration file or to load its content from a String variable.
|
Alternate constructor used to create the class without reading existing XML content in the specified file. |
|
|
Alternate constructor used to create the class using the XML content specified in Source. |
|
|
Destructor for the class instance. |
|
|
TXMLReaderFlags for the XML configuration file. |
|
|
TXMLWriteFlags for the XML configuration file. |
Version 4.0 | Generated 2025-05-03 | Home |