ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Project description: Compilation tab
The project description window allows you to configure various elements of your project......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
WDInst: configuring the characteristics of the file setup
WDInst is used to configure the installation of files......
How to create a patch?
Other operators
The following are additional operators......
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
Handling RTF in an Edit control
Rich Text Format (RTF) is used to encode text and simplify exchange between applications......
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another......
Code style
A code style is used to automatically prefix the name of all the variables and project elements (windows, report controls, classes, etc....
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
Diagram Editor (WINDEV): ribbon and panels
The Diagram Editor includes many features accessible via......
Assignment operators
Three assignment operators are available......
3. Deploying a WINDEV application
The Numeric or Currency control: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks......
Testing a project: setting
By testing the project you can simulate how the application will run......
Static audit
The static audit is a feature of the environment that analyzes a project to detect potential issues and suggests improvements......
7. Multilingual sites in practice
Installing a WEBDEV cluster
A WEBDEV cluster is a set of servers (or server farm)......
Private Store for WINDEV applications
Versions 27 and later include a Private Store......
Native PostgreSQL Connector: Specific features and remarks
Remarks and specific features of Native PostgreSQL Connector......
Alignment options
To optimize the alignment of controls in a window, page or report, you have the ability to use the alignment options......
Native Sybase Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native Sybase Connector (also called Native Sybase Access)......
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically created by default......
Timer (Function)
Periodically and automatically calls a WLanguage procedure.