ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Destination (Property)
The Destination property is used to define: the destination of a backup. the result file of the request....
6. Source Code Manager (SCM)
To simplify teamwork, WINDEV Mobile includes a Source Code Manager....
WDDeploy features
WDDeploy is a tool used to easily deploy static or PHP sites......
zipNbPart (Function)
Returns the number of sub-archives (parts) found in an archive in CAB, RAR, ZIP, WDZ, 7z, TAR or TGZ (TAR.GZ) format.
ArrayDistinct (Function)
Returns an array without duplicates.
mqttSession (Type of variable)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
DateTime (Type of variable)
The DateTime type enables you to easily handle a date and a time...
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure....
zipCreate (Function)
Creates an archive.
iParameterPreview (Function)
Configures the print preview: display a message regarding the resources of current computer. display or not the ribbon panes (as well as the buttons found). the export options available in the mini preview window....
MenuDelete (Function)
Deletes a menu or a menu option.
BLOCK
The <BLOCK> keyword is used in the code editor to declare custom blocks of code. These blocks of code are used to highlight the different steps of an algorithm and to group the declarations of variables or members.
URIToBuffer (Function)
Loads in the background the content of a resource (image, text, etc.) identified by its URI in a buffer variable.
DotNetDelegate (Function)
Initializes a.NET delegate.
Compilation statement: COMPILE IF
The <COMPILE IF> statement allows you to compile (or not) a WLanguage code according to a condition.
HFSQL Client/Server: Managing the ports
The ports used by the HFSQL Client/Server server......
Describing an element
A flexible modeling includes different elements linked together......
HTTPCookieRead (Function)
Returns the value of a cookie received further to an HTTP request.
MutexCreate (Function)
Explicitly creates a mutex.
MutexStart (Function)
Locks the current thread while waiting for the mutex to be freed.
MutexEnd (Function)
Signals that the thread frees the mutex.
MutexDestroy (Function)
Explicitly destroys a mutex.
Polygon (Type of variable)
The Polygon type is used to define the points of a polygon.
aiImageResult (Type of variable)
The aiImageResult type is used to retrieve the result of AIDetect.
Android 11: Changes in the behavior of applications
After each new version of Android is deployed, Google requires a higher target API level ("TargetSdkVersion") to publish applications on Google Play...