ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

10. Internal components in practice
The Cube control
The Cube control is a mobile layout control that automatically performs rotations around the different axes......
CriticalSection
The CriticalSection keyword can correspond to: the CriticalSection function, which makes it possible to enable a named or on-variable critical section in the statement USING ... IN. the CriticalSection variable, which makes it possible to define critical sections to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given moment in an application....
Environment configuration
An environment configuration corresponds to a backup of the work environment in the editors of WINDEV, WEBDEV and WINDEV Mobile......
Information 2103: 'Double' does not exist anymore: the reals are coded on 8 bytes
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
SQL view
An SQL view is a virtual data source defined by an SQL query......
Developing an iOS 13 widget
An iOS widget is an application intended to be displayed as a widget on iOS devices (iPhone, iPad, etc.
Window controls
Several types of controls can be used in a window, ......
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
ERR_ALREADYCONNECTED
PC SOFT's Assistance Directe ® service
Your application may be strategic and you may want to have a priority access to the Technical Support......
Conditions for updating an application automatically (Live update)
Whenever the application is modified on the development computer (modifications of windows, code, analysis, ......
Generating an Android application
The generation of a WINDEV Mobile application for Android groups all project elements (windows, code, etc....
NumberPage (Property)
The NumberPage property is used to get: the number of pages in a "multi-page" image file. This image is displayed in an Image control or in the background of a Chart control. the number of pages in a PDF file displayed in an Image control. the number of pages found in a PDF file displayed in a PDF Reader control. the number of pages found in a DOCX file displayed in a Word Processing control....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Handling a Radio Button control through programming (prefix syntax)
WINDEV, WEBDEV and WINDEV Mobile allow you to programmatically handle Radio Button controls......
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
I was using Visual Basic with WINDEV 5.5. How to proceed in WINDEV 2024?
You have the ability to use external languages with WINDEV......
The Map control
The Map control allows you to display a map in order to geolocate, create a route, display points of interest (POI) and more....
3. Handling files on an FTP server
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
Information 2101: 'Short int' does not exist anymore: use 'unsigned 1-byte int'
Using the WINDEV windows from the Java source codes
WINDEV can be used to generate windows for a Java application......
1. WLanguage functions
Most of the WLanguage functions available in WINDEV are also available in WINDEV Mobile....