ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 15161718192021222324252627
Deleting a saved parameter Hide the details
True if the function was successful,False otherwise. If an error occurs, you can get more details on the error with ErrorInfo.
Name of parameter to delete. This parameter is sought: in the registry (or equivalent file on the runtime platform), in the parameter file specified by InitParameter. This name can be a value or a full path (the accepted separators are the dot (.) and the slash (\)). For a full path, all the values found "below" this path will be deleted (see example in the Notes section). If the selected initialization mode is the registry, DeleteParameter is case and accent-insensitive (Parameter and parameter are equivalent).
Deleting all the parameters saved for the specified element Hide the details
Name of the control or window whose saved parameters must be deleted. This element is sought in the parameter file specified by InitParameter (in the registry by default).
Deleting all the saved parameters Hide the details
True if the function was successful,False otherwise. If an error occurs, you can get more details on the error with ErrorInfo. All the parameters saved by the application are deleted. During the next start, the application will behave like if it was its first start. The parameter file of the application specified by InitParameter is entirely cleared. If the parameters have been saved in a INI or XML file, this file is deleted.
Detailed example for deleting a parameter (syntax 1)
HKEY_CURRENT_USER \Software \<Company> \<Application> Param1 Param2
HKEY_CURRENT_USER \Software \<Company> \<Application> \Window1\ Edit2 X Y
HKEY_CURRENT_USER \Software \<Company> \<Application> \Window1 \Edit2 X Y
Special cases
Last update: 03/11/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: