[Overview][Classes][Procedures and functions][Index] |
Updates or removes the Extended value at the specified path.
Source position: laz2_xmlcfg.pas line 128
public procedure TXMLConfig.SetDeleteExtendedValue( |
const APath: string; |
const AValue: extended; |
const DefValue: extended |
); |
APath |
|
Path specifier to the node affected in the method. |
AValue |
|
Value stored at the specified path. |
DefValue |
|
Value which indicates the node should be removed instead of updated. |
|
Updates or removes the value stored at the specified path. |
|
|
Deletes the value stored in the DOM node at the specified path. |
|
|
Deletes the DOM node at the specified path in the Document. |
|
|
Gets the value from the DOM node at the specified path in the XML configuration file. |
|
|
Sets the value in a DOM node at the specified path. |
Version 4.0 | Generated 2025-05-03 | Home |