ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
Importing a WEBDEV project into WINDEV
...WINDEV proposes a feature for importing WEBDEV sites or WEBDEV pages....
Positioning marks in the code
The positioning marks are used to "tag" specific lines of code......
Two methods for passing parameters to a query
Two methods can be used to pass parameters to a query with parameters used in a window or in a control (List Box, Combo Box or Table control for example)......
Control templates and inheritance
When a control template is applied to a page or to a window, all controls and code found in the template are "copied" into the page or window......
Developing applications in Universal Windows 10 App mode
WINDEV and WINDEV Mobile allow you to develop applications for Windows 10 tablets and for Windows Phone 10 and Windows 10 phones (Universal Windows 10 App applications)......
Page in Session mode: Populating controls after a long process
In a web application, you may need to run long processes (for example, to update counters......
Error 1023: The access to the method of the class is restricted by a private inheritance
Window templates
WINDEV and WINDEV Mobile allow you to create window templates......
FTP constants
List of constants used by the FTP functions....
Error 1013: The access to the member of the class is restricted by a protected inheritance
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
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
Applet control properties
List of properties associated with the Applet control...
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
Managing HFSQL Classic data files
The HFSQL Control Center allows you to fully manage HFSQL Classic data files......
TreeExpandAll (Function)
Expands a node and all its child elements in a TreeView control.
WDOptimizer: Optimizing indices
WDOptimizer includes multiple modes to optimize indices......
Report templates
WINDEV, WINDEV Mobile and WEBDEV allow you to create report templates......
2. User-friendly editors in practice
Compile
The Compile keyword can correspond to: the Compile function, which dynamically compiles a procedure whose source code is specified.. the <COMPILE IF> statement, which allows you to compile WLanguage code according to a condition (mainly used to compile code according to a platform or configuration type)....
13. Debugger
GetCountryISO (Function)
Returns the desired ISO code of a country corresponding to the caption or ISO code (of a different type) of the country according to the ISO 3166-1 standard.
Environment of code editor