diff --git a/docs/xml/lazutils/laz2_xmlcfg.xml b/docs/xml/lazutils/laz2_xmlcfg.xml index b81f0f1617..17f5e3d188 100644 --- a/docs/xml/lazutils/laz2_xmlcfg.xml +++ b/docs/xml/lazutils/laz2_xmlcfg.xml @@ -1018,19 +1018,22 @@ Pointer to the RTTI type information for the value. -Updates or removes the value at the specified path + +Updates or removes the value stored at the specified path. +

SetDeleteValue is an overloaded method used to update or remove -the node at the path specified in APath. The AValue and DefValue arguments -determine whether the node is updated, or removed by calling DeletePath. When -AValue and DefValue are equal, this indicates the node value is the default -or unassigned value for the node and DeletePath is called to remove the node -at APath. Otherwise, SetValue is called to store AValue to the node path. +the node at the path specified in APath. The AValue and +DefValue arguments determine whether the node is updated, or removed +by calling DeleteValue. When AValue and DefValue are equal, this indicates the +node has the default or unassigned value; DeleteValue is called to remove the +node at APath. Otherwise, SetValue is called to store AValue to the specified +node path.

The overloaded variants allow the AValue and DefValue arguments to contain -various data types including String, Int64, Boolean, TRect, or untyped +various data types including: String, Int64, Boolean, TRect, or untyped constants.