| [Overview][Classes][Procedures and functions][Index] |
Updates or removes the value at the specified path
Source position: laz2_xmlcfg.pas line 112
public procedure TXMLConfig.SetDeleteValue( |
const APath: string; |
const AValue: string; |
const DefValue: string |
); |
const APath: string; |
AValue: Int64; |
DefValue: Int64 |
); |
const APath: string; |
AValue: Boolean; |
DefValue: Boolean |
); |
const APath: string; |
const AValue: TRect; |
const DefValue: TRect |
); |
APath |
|
Path specifier for the value affected in the method. |
AValue |
|
Value to store at the specified path. |
DefValue |
|
Value which indicates the path should be removed instead of updated. |
APath |
|
Path specifier for the value affected in the method. |
AValue |
|
Value to store at the specified path. |
DefValue |
|
Value which indicates the path should be removed instead of updated. |
APath |
|
Path specifier for the value affected in the method. |
AValue |
|
Value to store at the specified path. |
DefValue |
|
Value which indicates the path should be removed instead of updated. |
APath |
|
Path specifier for the value affected in the method. |
AValue |
|
Value to store at the specified path. |
DefValue |
|
Value which indicates the path should be removed instead of updated. |