ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OemToAnsi (Function)
Converts an OEM string (DOS) to an ANSI string (Windows).
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
BankHolidayDeleteAll (Function)
Clears the list of all public holidays.
Orientation (Property)
The Orientation property is used to: Get the angle (in degrees) of a Font variable. Modify the angle (in degrees) of a Font variable....
Calling a procedure/a function
Syntax for calling a local or global procedure.
iPreview (Function)
Configures the print destination.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
2. Creating files in the analysis
WINDEV Tutorial: Creating a WINDEV project and its analysis Lesson 2 - Creating files in the analysis - 40 min
Option (Property)
The Option property is used to get and change certain options.
ExplorerRetrieve (Function)
Retrieves the number and the name of the files "dropped" from the explorer.
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
AnsiToOem (Function)
Converts an ANSI string (Windows) to an OEM string (DOS).
gr3DSParameter (Function)
Retrieves or modifies a parameter for drawing a chart in 3D Spatial mode.
Manager of automated tests
The test manager is used to......
Migrating a WEBDEV site to PHP
To migrate a WEBDEV site to PHP......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
SEO-ready page in session mode
In WEBDEV, there are two methods to develop a site......
appServerScheduledTask (Type of variable)
The appServerScheduledTask type is used to manage a scheduled task of WEBDEV Application Server through programming (for a site or a webservice).
eExchangeRate (Function)
Returns the value of the exchange rate for a currency.
ContactDisplay (Function)
Opens the form of a contact in the device's native contacts application (Android, iPhone or iPad, Universal Windows)....
EmailProgressBar (Function)
Manages a progress bar while sending and receiving emails.
Automatic documentation of procedures and methods
To simplify the maintenance or the use of existing code by other developers, WINDEV proposes an automatic documentation for the procedures (or class methods)......
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
Prototype overload/Overload
The procedures and the methods of classes can have several syntaxes....