ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

RTFLoad (Function)
Loads a file in RTF in an RTF control (found in a window or in a report).
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
Zooming an image (WEBDEV)
WEBDEV proposes several methods for zooming an image:...
fbSession (Type of variable)
The fbSession type is used to describe a connection to the Facebook service and to manage the authentication to this service.
HManageServerUpdate (Function)
Used to manage the automatic update of HFSQL Client/Server servers by specifying the check frequency regarding the availability of updates....
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
HReconnect (Function)
Performs a reconnection to the server for all the interrupted connections. The uninterrupted connections are not modified.
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Splitting Business logic / UI code
During the development cycle of an application, the code that is specific to the interface (UI) and the code that is specific to the business logic (access to databases, etc.) are often "mixed"...
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements...
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
HTTPRequest (Function)
Starts an HTTP request on a server.
LooperAddLine (Function)
Adds a row at the end of a Looper control.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Document (Type of variable)
The Document type is used to handle a "docx" document.
Using WDMSG
The different steps for translating the project messages with WDMSG are as follows:...
The RTF control (Report editor)
The "RTF" (Rich Text Format) control is used to display a formatted character string in your report......
FontItalic (Property)
The FontItalic property is used to: Determine if the text is italicized. Apply or remove italic formatting from the text....
Events associated with Tab controls
List of events associated with Tab controls...
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
Crosstab report
The report editor allows you to create "Crosstab" reports......
Control constants
List of constants used by the functions for managing controls...
Creating the link buttons in the windows of a WINDEV RAD pattern