| [Overview][Classes][Procedures and functions][Index] |
Updates or removes the Extended value at the specified path.
Source position: laz2_xmlcfg.pas line 121
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. |