ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Data persistence
The data persistence is used to store the value typed by the user......
Metatypes in the analysis
A metatype is a combination of characteristics of an item and a bound control......
Designing a supercontrol
A supercontrol is an advanced type of control......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
WDLog: Restoring HFSQL data files
WDLog is used to restore the data files saved by WDLog......
Cleaning the project
After months or years of development and maintenance, the directory of your project often contains several files that are not used anymore but that you don't dare delete......
Creating and testing a query with parameters
Regardless of the query type (Select, Insert, Delete, Update) and regardless of its creation mode (with the wizard or by SQL directly), you have the ability to use parameters. The name of the parameter is specified when creating the query....
Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Error 1029: The access to the base class is restricted by a protected inheritance
Error 1030: The access to the base class is restricted by a private inheritance
InUniversalWindowsPlatformSimulatorMode (Function)
Indicates whether the code is run in the simulator for the applications in Universal Windows Platform mode (Universal Windows 10 App). Function kept for backward compatibility....
8. If you are already familiar with WINDEV
Install WDTRAD
WDTRAD is automatically installed along with WDMSG and/or WDINT....
WinInYPos (Function)
Returns the vertical position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
WinInXPos (Function)
Returns the horizontal position of the top left corner of the internal area (without border and title bar) of a window in relation to the top left corner of the screen.
NetExecute (Function)
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Transforming a WINDEV project into Mobile: a detailed audit
Transforming WINDEV applications into Mobile is very easy......
Changing sites from AWP to SEO-ready session mode
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
11. User Macro-Code: UMC in practice
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
13. Debugger