diff --git a/docs/xml/lcl/xmlpropstorage.xml b/docs/xml/lcl/xmlpropstorage.xml
index 23b39b97ec..e0a3fa5db9 100644
--- a/docs/xml/lcl/xmlpropstorage.xml
+++ b/docs/xml/lcl/xmlpropstorage.xml
@@ -1,13 +1,11 @@
-
-
Contains a component that stores Form Session Properties in XML format.
@@ -18,10 +16,10 @@ In this unit you can find an implementation of a name/value pair storage
container in XML format.
-This container will get the Form's Session Properties that you setup in TForm.SessionProperties and read/write them on
-the file you specify on TXMLPropStorage.FileName.
+This container will get the Form's Session Properties that you setup in
+TForm.SessionProperties
+and read/write them to the file specified in
+TXMLPropStorage.FileName.
@@ -37,7 +35,6 @@ id="#LCL.XmlPropStorage.TXMLPropStorage.FileName">TXMLPropStorage.FileName
-
Wrapper for the TXMLConfig class defined in the FCL XMLConf.pp
@@ -55,346 +52,220 @@ at:
TXMLConfig
-
-
+
-
Deletes sub nodes on a path.
-
-
+
-
The path of the node to have it's sub nodes deleted.
-
+
-
Loads XML content from a stream.
-
-
+
-
The stream to load the XML content from.
-
+
-
Saves XML content to a stream.
-
-
+
-
The stream to save the XML content to.
-
+
-
Contains the XML document.
-
-
+
-
Implements the base class for the XML Form's Session Properties Storage.
-
-
+
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
-Getter for the property TCustomXMLPropStorage.FileName.
+Gets the value for the FileName property.
-
-
-
-
+
-The current value of the property TCustomXMLPropStorage.FileName.
+The current value in the
+TCustomXMLPropStorage.FileName property.
-
+
-
Returns the name of the RootSection.
-
-
-
-
+
The current value of RootSection.
-
+
-
Turns '.' notation into '/' notation for the XPATH-like implementation in
XMLConf.
-
-
-
-
+
The fixed path is returned with '.' replaced by '/'.
-
-
-
+
The path to be fixed.
-
+
-
Property to access the TPropStorageXMLConfig.
+id="#lcl.xmlpropstorage.TPropStorageXMLConfig">TPropStorageXMLConfig.
-
+
-
Ask the underlying storage object for an entry.
-
-
+
-
If the item is read-only.
-
+
-
Frees an entry from the underlying storage object.
-
-
+
-
Implements the actual reading of a value from the underlying storage
container.
-
-
+
-
The value of the section/ident requested.
-
+
-
The section to be read.
-
+
-
The ident to be read.
-
+
-
If has no value then return this as default.
-
+
-
Implements writing of a string value to the underlying storage container.
-
-
+
-
The section to be written.
-
+
-
The ident to be written.
-
+
-
The value to be written.
-
+
-
Erases a section from the underlying storage container.
-
-
+
-
The path to the section that will be erased.
-
+
-
Name of the file where the property data is saved in XML format.
-
+
-
Name of the root object path on your XML file.
-
+
-
Implements a class for XML Form Session Properties storage.
-
-TForm.SessionProperties
-TINIPropStorage
-TJSONPropStorage
+TForm.SessionProperties
+TINIPropStorage
+TJSONPropStorage
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
+
@@ -428,7 +299,6 @@ the class instance. For example:
SetFullPathValue
-
TConfigStorage
@@ -640,18 +510,16 @@ Saves the content in XMLConfig to the specified TStream instance.
TStream instance where the XML content is stored.
-
-Registers TXMLPropStorage on the 'Misc'
-tab of the component palette.
+Registers
+TXMLPropStorage on the 'Misc' tab of the component palette.
-
-
+
-
-
+
+
+