ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
New (Reserved word)
New is used to allocate memory space...
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Optimizing the query execution
The query editor allows you to optimize the execution speed of one or more queries......
The Image control
The Image control is used to......
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile......
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Operations in a Select query
The query editor allows you to perform operations on the values of an item......
Responsive Web Design: Managing slices
In the WEBDEV editor, different resolutions are represented via slices......
Importing DreamWeaver elements into a WEBDEV site
WEBDEV allows you to import Dreamweaver elements into your WEBDEV site......
WLanguage
The integrated WINDEV language, WLanguage, is powerful, simple and intuitive......
List of extension attributes
The list of extension attributes ......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
Assignment operators
Three assignment operators are available......
Using several libraries in an application
A library is a WDL file that contains all the resources......
Available features and specific features of Java
WINDEV allows you to generate a Java application without even knowing the Java language......
DotNetDelegate (Function)
Initializes a.NET delegate.
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.
Numeric (Type of variable)
The numeric type is used to contain integer or decimal numbers by specifying if necessary: the number of digits in the integer part. the number of digits in the integer part and in the decimal part....
AJAXCallInProgress (Function)
Used to determine if the request being processed is an AJAX request.
Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Using an external component in an application
A component can be reused at any time in any application......
VariableReset (Function)
Resets the variable to its initial value.
MVP overview: Model - View - Presenter
MVP is the acronym for MODEL - VIEW - PRESENTER......
Enumeration (Type of variable)
An enumeration is a set of values......
FOR EACH/FOR ALL statement (browse of arrays)
The FOR EACH statement is used to perform different types of browse on the arrays...