ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / Developing an application or website / WINDEV executable
  • Overview
  • Parameter reset
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Reinitializing the parameters automatically saved
Overview
WINDEV allows you to automatically save the different application parameters:
  • Size and position of the window ("Details" tab of the window description).
  • Size and position of table columns ("Details" tab in the description of Table control, "Store the column configuration"). The stored information is ignored when the context menu is changed (with the ContextMenu property, for example).
  • Size and position of a Toolbar control ("Details" tab in the description window).
This information is saved in the registry, in the information regarding the application.
Note: If the table is docked, table column size and position will only be saved if window size and position are also saved.
Parameter reset
To reinitialize the application parameters (in the initialization code of application for example), you must:
  1. Find the registry key corresponding to the application. This information is returned by ProjectInfo.
  2. Delete this registry key (RegistryDeleteKey).
For example:
ProjectConfig is string = ProjectInfo(piRegistry)
RegistryDeleteKey(ProjectConfig)
Minimum version required
  • Version 9
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help