ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site...
Page with parameters
Testing a static page
The test of a single page runs the current page in WEBDEV...
Enlarging a window or page
Modern UIs generally use larger windows, pages and fonts...
Project comparator
Comparing two windows (two pages, two reports, two classes, ...
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)...
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...
Code statistics
The code statistics affect...
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options...
The "Modifier"pane
The "Modifier" pane is used to view and/or modify, from the window editor, page editor or report editor, the main characteristics...
Code history
The code history is used to...
Developing sites for specific platforms
Websites can be displayed on many devices (Android, iPhone, etc.)...
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.
WEBDEV: Pages created via the RAD model
The page creation wizard offers many types of pages associated with HFSQL data files...
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV...
Page editing: 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.
Snap to grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid...
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...
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls...
Global and local variable
Two types of variables are available......
Handling a Looper control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Looper control by programming......
Customize the wizards
You can easily customize all wizards in WINDEV, WEBDEV or WINDEV Mobile......
The Range Slider control
The Range Slider control is used to easily select an interval or a zoom......
CaptionHTML (Property)
The CaptionHTML property is used to handle the text of a control as HTML code.
Saving entered data (AAF)
How to choose the data source of a control?
This help page presents the different data sources available for a control....
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
AFTER
Runs a process only after a given procedure has been executed, and continues to execute the current code while waiting for this procedure to end.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Example for managing videos (broadcasted by a Camera control)
In this example, the application allows you to......
Select query: Displaying the first/last n records
The editor of Select queries is used to limit the number of records that will be displayed in the result of the query....
Select query description window
The description window of a select query includes several sections......
Currencies
A currency is a real coded on 10 bytes....
Debugging in Android
All developers appreciate the possibility to debug an application directly on the device......
Infinite Progress Bar control
Progress bars provide useful information to the end user......
JSON
JSON (JavaScript Object Notation) if a light format for exchanging data......
Testing a project: setting
By testing the project you can simulate how the application will run......
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Password (Property)
The Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
ERR_BAD_FILE
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
Adding an element to the SCM repository
When an element is added to the SCM (Source Code Manager) repository, it is added to the reference project on the SCM server......