ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AIDetectModel (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Toast (Type of variable)
The Toast type is used to define all the advanced characteristics of a toast notification.
Docker image of the WEBDEV Application Server
From with version 24, a Docker container with the WEBDEV Application Server can be found in Docker Hub......
Thread management constants
List of constants used by the functions for managing threads, critical sections, semaphores, mutexes, ......
9-slice scaling
The 9-slice scaling allows you to resize the images harmoniously......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
_VisiteGuideeEtapeBulle (Type of variable)
Le type _VisiteGuideeEtapeBulle permet de définir toutes les caractéristiques avancées d'un XXX....
Application : automatically executed processes / events
Several actions are automatically performed when opening or closing an application....
External language: Programming in Pascal
We are going to call the elements developed in WINDEV (project, windows, ......
rssEnclosure (Type of variable)
The rssEnclosure type is used to describe and handle the attachment of an entry of RSS stream...
NumToString (Function)
Converts a numeric value (integer, real or currency) to a string according to a specified format.
RETURN statement
The RETURN statement is used to exit a statement block and the current process (or procedure).
beaconGroup (Type of variable)
The beaconGroup type is used to define the advanced characteristics of a set of Beacons.
Handling a Rich Text Area control through programming
To handle a Rich Text Area control programmatically, use the variable of the Rich Text Area control directly in the code......
BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file : format, width and height, number of bits per pixel....
StatStandardDeviationP (Function)
Calculates the standard deviation for a full series of values.
SocketWrite (Function)
Writes a message intended to another socket.
Handling a Chart control through programming
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Chart control through programming......
Constants for managing XLS files
List of constants used by the functions for managing XLS files....
CacheSize (Property)
The CacheSize property is used to: Get the maximum number of records that can be stored in the cache of the Native MySQL Connector. Change the maximum number of records that can be stored in the cache of the Native MySQL Connector....
Managing the remote accesses
The remote accesses are used to create a temporary network connection......
WarningAsynchronous (Function)
Displays a custom message in a non-blocking system warning window.
Types of charts available
WINDEV, WEBDEV and WINDEV Mobile propose different types of charts......
Developing an application for iPhone/iPad
The development of an iPhone/iPad application is performed in 2 steps:...
Type inference
The type inference is used to simplify the declaration of variables when the variable type can be automatically deduced by the compiler......