ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Monitoring robot: Configuring the Robot controller parameters
From the monitor, you can change the configuration options......
aiNeuralNetworkModel (Type of variable)
The aiNeuralNetworkModel type is used to define all the advanced characteristics of a neural network used by AIDetectModel.
Various WEBDEV constants
Various WEBDEV constants...
Importing an HTML page into a WEBDEV site
WEBDEV allows you "suck up" the existing HTML pages......
dCopyImage (Function)
Copies an image: from an Image control to another Image control. from an Image variable to another Image variable....
Translation with Google Translate
WINDEV, WEBDEV and WINDEV Mobile allow you to support up to 64 languages in the same project......
Interactive notifications
A notification is a small window that appears at the bottom right of the screen, and that can be viewed at any time in the Windows notification area......
1. Discover WINDEV
WINDEV Tutorial: WINDEV overview Lesson 1 - Discover WINDEV - 5 min
Calendar (Type of variable)
The Calendar type is used to handle a calendar (or organizer) associated with a user account or found on the device.
Using C# code
You can use C# code in WINDEV applications (Windows applications and components, .NET assemblies......
Variable scope
Variables can be declared anywhere in the code....
Page templates and inheritance
When a page template is applied to a page, all the controls and code found in the template are "copied" into the page......
Window templates and inheritance
When a window template is applied to a window, all the controls and code in the template are "copied" to the window......
License agreement for Native Oracle Connector
License agreement for Native Oracle Connector...
OCR: Convert an image to text
An OCR (Optical Character Recognition) system analyzes an image to extract the text it contains......
Constants for managing the Windows scheduler
List of constants used by the functions for managing the Windows scheduler....
Editing the CSS style sheet
WEBDEV gives you the ability to manage all the CSS styles used in a project......
Automatic AJAX
The diagram below presents the automatic and immediate use of AJAX in a WEBDEV site......
Chart constants
List of constants used by the functions for chart management....
grColor (Function)
Returns and initializes the color of different chart elements.
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Using Objective C code
You can use Objective C code in iPhone/iPad applications generated with WINDEV Mobile....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
dPixelColor (Function)
Identifies the color of a pixel: in an Image control. in an Image variable. in a picLayer variable. in a WDPic variable]....
7. Debugger
WINDEV Tutorial - WLanguage basics Lesson 7 - Debugger - 30 min