ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing/Consuming web services
WINDEV, WEBDEV and WINDEV Mobile allow you to directly import Webservices into your applications......
DDEUpdate (Function)
Modifies a linked data.
Remote WEBDEV administrator: Modifying a WEBDEV account
To modify a WEBDEV account from the remote WEBDEV administrator:...
4. WINDEV and telephony
WINDEV allows you to easily manage incoming and outgoing phone calls via the WLanguage phone functions....
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.
Events associated with Camera controls
List of WLanguage events associated with Camera controls....
<aiNeuralNetworkModel variable>.Detect (Function)
Runs a trained neural network model on an image. This function allows you to use artificial intelligence to detect objects in an image.
Copying the style of a control
Copying the style of a control consists in copying the characteristics of a control style into another control......
ERR_BUTTON_EXPECTED
Printing duplicate copies
For legal reasons, it may be useful to keep an identical copy of a report (an invoice for example)....
Customize the interface: move, enlarge or color controls
In-House deployment
Apple's In-House deployment allows you to overcome most of the constraints of the other two modes (App Store deployment and Ad Hoc deployment) and to widely distribute an application without the need to reference client devices in advance......
The Clickable Image control
The Clickable Image control can be used to......
ArrayMove (Function)
Allows you to: move an element in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.). The other array elements are moved accordingly. swap two elements in a one-dimensional WLanguage array or in an advanced array property (array of gglCalendar events, etc.)....
Print functions (prefixed syntax)
List of print functions...
The Native Container control
The Native Container control is used to manage the controls not created with WINDEV or WINDEV Mobile......
Project dashboard
The project dashboard provides an overall view of project status via different widgets.......
Characteristics of columns found in a Table control in a page (prefix syntax)
The columns are used to display information in a Table control......
Inserting an image or video into a help page
It can be useful to use images or videos in help pages to explain the actions to be done, indicate which buttons must be used, etc....
SemaphoreCreate (Function)
Creates a semaphore.
SemaphoreStart (Function)
Locks the current thread until the semaphore is opened (which means until a "free" spot becomes available in the protected section).
SemaphoreDestroy (Function)
Explicitly destroys a semaphore.
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology......
SemaphoreEnd (Function)
Allows one or more threads to exit from the area protected by the semaphore.
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......