ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Unalterable data files
This feature is used to signal that a data file cannot be modified after writing......
Keyboard Variable (Using physical keyboards on Android)
The Keyboard variable makes it possible to retrieve the parameters of the events of a physical keyboard......
Choosing the action associated with a WEBDEV button
Whatever the type of button, it is possible to associate an action with it......
.NET application
To create a.NET application from a project......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
Tilt (Property)
The Tilt property gets or sets the tilt of the map displayed in a Map control.
Value (Property)
The Value property is used to: Find out and modify the value of a report control. Find out and modify the value of a control or the title of a window. Find out the identifier of a stream. Find out and modify the value of a control or the title of a page....
Creating the Table windows of the WINDEV RAD pattern
Creating the Table pages of the WEBDEV RAD pattern
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Printing in PDF
WINDEV, WEBDEV and WINDEV Mobile allow you to create a PDF file during a print......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
Android Control Center
Do you know where to find your application log files?...
Step 5: Site parameters
Once the site installed, you can define the site connection options......
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
CallDLL32 (Function)
Runs a function found in an external DLL.
Page menu
WEBDEV allows you to create a drop-down menu in your HTML pages......
Creating a table in a report
Tables can be created in a report......
iPrint (Function)
Sends the character string passed as parameter to the print buffer.
iXPos (Function)
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
iYPos (Function)
Used to manage the vertical position (Y-coordinate) of print cursor in the page.
SecurePassword (Type of variable)
The SecurePassword type is a structured type used to obtain a secure, hashed and salted password.
Handling WEBDEV Account Manager via command line
All the features in WEBDEV Account Manager can be used via command line......
Creating the Form windows of a WINDEV RAD pattern