ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Page (Property)
The Page property is used to handle the page loaded in the WEBDEV Page control.
Importing a non-WINDEV window
You are interested by a window found in a non-WINDEV application?......
Control template
A control template is a set of controls that can be re-used in several windows or pages......
Creating an executable: Operating mode and library
The operating mode of an executable allows you to define whether the executable can be used by one or more users......
Font (Type of variable)
A Font variable creates a font programmatically...
Buffer (Keyword)
The Buffer keyword can correspond to...
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
5. Unit tests
Unit tests (also called automated tests) are used to test windows, procedures and classes in an application at different levels of development......
Creating, modifying, deleting a style
WINDEV gives you the ability to handle the styles defined for a help system (help file in HLP or CHM format)......
The statistics
WINDEV, WEBDEV and WINDEV Mobile propose several functions used to perform statistical calculations......
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Handling an element found in a TreeView control through programming (prefix syntax)
This help page explains how to handle the elements of a TreeView control either directly or via the WLanguage functions......
Data source (Example)
Usage example of the Data source type
Properties of a help page
The characteristics of a help page are used to define......
Step 2: Creating print fonts
This step allows you to define and choose the different fonts that will be used in the printed document......
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Remote WEBDEV administrator: Managing connections
The remote management tool is used to manage the connections to the dynamic WEBDEV sites....
Context menu of Check Box columns (AAF)
The Table and TreeView Table controls can propose Check Box columns allowing the user to select the requested options......
HFSQL Client/Server: Configuring the server
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
22 tips for optimizing the speed of a site
When a site is on-lined, one of the main expectations of Web users is speed......
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
PageCloseDialog (Function)
Closes the current page. This page was opened by PageDisplayDialog. A return value can be returned to the calling page.