ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Appointment (Type of variable)
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ...
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
Android Widget windows
An Android application can contain one or more Widget windows......
TwainToTIFF (Function)
Allows you to: save the document coming from the Twain device in a TIFF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in TIFF format (in a buffer)....
Creating an executable: Data file directory
Two types of directories can be configured when creating the executable......
TwainToGIF (Function)
Allows you to: save the document coming from the Twain device in a GIF file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in GIF format (in a buffer)....
TwainToJPEG (Function)
Allows you to: save the document coming from the Twain device in a JPEG file. view the document coming from the Twain device in the user interface of device. save the document coming from the Twain device directly in memory in JPEG format (in a buffer)....
AppOpenForm (Function)
Opens: the form of an application on Android (Play Store), iOS (App Store) or Windows (Windows Store) in order for the user to give a mark to it and/or to comment it. the form for configuring the In-App purchases of an application....
WDLog: Viewing a log file
WDLog is used to view the content of a log file......
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......
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
HTML table
The HTML table is a control used to easily create specific layouts in the HTML pages......
1. Project and analysis
Animation of controls
WINDEV and WINDEV Mobile allow you to animate the controls found in a window......
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Pinned control in a window
A pinned control remains visible even if the user moves the scrollbar of the container to display a non-visible area......
Operations performed on a data file (Data model editor)
The main operations that can be performed on a data file from the data model editor are as follows......
The formatted display control
This control can be used to display dates, times and currency values while respecting the corresponding display format......
WDHFDiff: Overview
WDHFDiff is a tool used to compare HFSQL data files......
3. Managing sockets
WINDEV includes advanced socket management functions....
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
InAWPMode (Function)
Used to determine if the page currently run is an Active WEBDEV Page.
xlsRow (Type of variable)
The xlsRow type is used to describe and modify a row in an Excel document...
FontLarge (Property)
The FontLarge property is used to: Find out whether the characters in a text are enlarged or not. Enlarge (or not) the characters in a text....