ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Carrying over the differences from an element to another one
The project comparator is used to compare two elements and to list the differences found...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
Anchoring in a page
In a page, the anchors define how the content of a page will behave when the page is enlarged by the Web user.
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
Page with parameters
Resizes an external file.
Automatic positioning
When moving a control in a window, in a page or in a report, guides are automatically displayed by the real-time interface checker (also called automatic positioning)...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
Testing a static page
The test of a single page runs the current page in WEBDEV...
Editing pages: Responsive mode (Zoning and layouts)
"Responsive (zoning and layouts)" is the default page editing mode. This editing mode allows you to easily handle pages in the editor.
YAML (Type of variable)
The YAML type simplifies the handling of data in YAML format.
Automated tests of procedures and classes
The automated tests of procedure or class are used to test the different features proposed by the procedure or by the class......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
SaaSConnect (Function)
Authenticates a user of a SaaS site beside the SaaS webservice that manages the site.
AdditionCompleted (Example)
Usage example of the AdditionCompleted property
ControlNoSpace (Function)
Specifies whether the space characters on the right of the value found in the control are deleted.
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min
zipExtractFile (Example)
Usage example of the zipExtractFile function
Data source (Type of variable)
A Data source variable is used to describe a temporary data source (query, view, alias, ...)
"Component.WDO" file
When generating the external component, two files are automatically created in the EXE directory of the current project......
Spreadsheet control in a window
The spreadsheet is one of the most often used business tools. The Spreadsheet control is used to include a spreadsheet in your WINDEV windows....
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
WDSetup: Managing additional languages
The "WDSetup" project corresponds to the standard setup program of WINDEV applications......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Managing the critical sections
Semaphores are used to limit the simultaneous execution of a code (procedure, line of code, etc....
The TimeLine control
The TimeLine control is used to represent chronologies of close events that can be parallel....
Procedure (Type of variable)
The Procedure type is used to handle: the procedures or methods found in the project. the procedures or methods found in an internal component. the procedures or methods found in an external component....
Customizing the Switch controls
The Switch control is a 2-state Check Box control (on/off, true/false, yes/no)......
grDestinationEMF (Function)
Defines a meta file as chart destination (EMF means Enhanced Meta File).
GglConnect (Function)
Manages authentication on a Google server (via the "OAuth 2.0" authentication mode).
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Creating requirements
The following steps must be performed to implement the requirements......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
State (Property)
The State property is used to get and change the state of an element.
HPass (Function)
Defines the password used to create or open a data file.