ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Dynamic site: Persistent session
For a dynamic WEBDEV site, when starting the site (site called from a browser), a session representing the site is loaded in memory on the server...
Refreshing the page data
In a dynamic WEBDEV site, the page data is refreshed during a user action...
Testing a dynamic project (session or AWP mode) from WEBDEV
The test of the entire project allows simulating the startup of the site...
The different types of sites
WEBDEV enables you to create static sites and/or dynamic sites...
Site testing: the different types of tests available
WEBDEV includes multiple methods for testing your sites...
Testing a dynamic project from the administrator
Running the test from the WEBDEV administrator (WDAdmin) is used to check ...
Differences according to the test mode of a dynamic project
The test of a dynamic project can be run ...
Managing short URLs automatically
For the standard dynamic sites (with context), the access to the site can be done via a "standard" URL:
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV website from a static page or from a dynamic WEBDEV page.
Specific page for displaying the site errors
If an error occurs in the dynamic WEBDEV website, a standard error page is displayed by default. This page informs the Web user of the error that occurred in the site.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Handling a Dockable Panel control through programming
A Dockable Panel control can be handled through programming......
13. External component in practice
External component in practice...
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
ArcTan (Function)
Returns the arc tangent of a numeric value (integer or real).
Non-maximized windows in iOS
A non-maximized window can occupy a section of the screen only......
"Test results" pane
The "Test results" pane shows the results of the different stand-alone tests in a project......
SQLConnect (Example)
Usage example of the SQLConnect function
Handling a Radio Button control programmatically
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
grPrint (Function)
Prints a chart.
Icon (Type of variable)
The Icon type is used to define the advanced characteristics of an icon.
MaxWidth (Property)
The MaxWidth property is used to get and change the maximum width of a control or window.
Creating nested reports
Dictionary
The dictionary is a file that can contain the project elements......
The Gantt Chart control
A Gantt chart allows you to graphically view the progress status of a project......
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
The Appointment structure
The Appointment structure is a preset structure of WLanguage (no declaration is required)......
MatWrite (Function)
Writes an element into a matrix.
iEscape (Function)
Sends an ESCAPE command or a data command to a printer.
Events associated with the Map control
WINDEV, WINDEV Mobile and WEBDEV manage the following events by default (order of appearance in the code editor)...
Search in the editors
Being able to perform a search in the editors significantly improves efficiency......
Automatic Application Features (AAF) of Spreadsheet controls
The Spreadsheet control includes multiple Automatic Application Features (AAF) in order to simplify the use of the control......