- Detailed example for deleting a parameter (syntax 1)
- Special cases
DeleteParameter (Function) In french: SupprimeParamètre Deletes a parameter or a set of saved parameters: Caution: This operation is irreversible and it cannot be undone.
// Delete a parameter (syntax 1) DeleteParameter("MyParameter")
Syntax
Deleting a saved parameter Hide the details
<Result> = DeleteParameter(<Parameter name>)
Remarks Detailed example for deleting a parameter (syntax 1) In this example, the deleted elements are highlighted. | | | Code used | Backup file: Registry | Backup file: XML | DeleteParameter ("Param1") |
HKEY_CURRENT_USER
\Software
\<Company>
\<Application>
Param1
Param2
| <Param1> Value </Param1> | DeleteParameter ("Window1\Edit2\X") |
HKEY_CURRENT_USER
\Software
\<Company>
\<Application>
\Window1\
Edit2
X
Y
| <Window1> <Edit2> <X>Value </X> <Y>Value </Y> </Edit2> </Window1> | DeleteParameter ("Window1\Edit2") |
HKEY_CURRENT_USER
\Software
\<Company>
\<Application>
\Window1
\Edit2
X
Y
| <Window1> <Edit2> <X>Value </X> <Y>Value </Y> </Edit2> </Window1> |
<Company> corresponds to the company specified when creating the executable. If this name is not specified, <Company> corresponds to "WINDEV applications". Business / UI classification: Neutral code
This page is also available for…
|
|
|
|