ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MapPolyline (Type of variable)
The MapPolyline type is used to define the characteristics of a line composed of several segments to be drawn on the map displayed in a Map control.
5. Deploying a dynamic site (Session or AWP) in practice
Enumeration (Type of variable)
An enumeration is a set of values......
Manual deployment of a dynamic site
WEBDEV proposes several methods for deploying a dynamic site......
Visibility of the elements found in an external component
When creating an external component, you have he ability to define the elements of the external component that will be accessible (or not) by the user of the component......
Automation object
The Automation keyword is used to declare an automation object...
ControlClone (Function)
Creates a new control from an existing control.
zipAddFileList (Function)
Adds a list of files (of any type) into an archive in ZIP, CAB, WDZ or 7z format and compresses it.
Mobile User Groupware (Android and iOS)
WINDEV Mobile includes a User Groupware for Android and iOS applications......
Operators on character strings
The character strings can be handled by specific WLanguage functions or by the +, [[ and ]] operators......
Gantt Chart report
The report editor gives you the ability to create "Gantt Chart" reports......
gglMapParameter (Type of variable)
The gglMapParameter type is used to define the advanced characteristics of a map...
Using layouts in WINDEV and WINDEV Mobile
The layout is used to define several views of a window in the same project without duplicating this window......
MapCircle (Type of variable)
The MapCircle type is used to define the characteristics of a circle to be drawn on the map displayed in a Map control.
MapImage (Type of variable)
The MapImage type is used to define the characteristics of an image to be drawn on the map displayed in a Map control.
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Combo Box control properties
You can manipulate Combo Box controls in a window or page using the following WLanguage properties......
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Android 10: Modifying the behavior of applications
Starting with Android 10, Google no longer allows an application running in the background to open a window
Debugger: Running a project step by step
Running a project step-by-step allows you to start the debugger when launching the application......
Specific features of Android applications
The development of Android and WINDEV Mobile applications is different in the following fields......
12. Retrieving data from a site
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
Comparison operators
The comparison operators can be divided into several categories......