ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Social network: Available targets
This page presents the different possibilities of Social Network control according to the selected options......
VideoListParameter (Function)
Lists the values supported by the device camera for a given parameter. Function kept for "Version-26-compatible" Camera controls....
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
Deploying an application via App Store
Deployment to the App Store is the most common deployment mode......
2. Transferring files via FTP
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another....
zipOpenCAB (Function)
Opens an existing archive in CAB format.
eInitCurrency (Function)
Adds or changes the characteristics of a currency in the currency exchange table.
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.
BreakAdd (Function)
Adds a break into a Table or Looper control.
3. Layouts
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 3 - Window orientation (layouts) - 15 min
Net constants
List of constants used by the Net functions....
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Testing a static page
The test of a single page allows you to run the current page in WEBDEV......
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
FTPConnect (Example)
Usage example of the FTPConnect function
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
Multitask (Function)
MultiTask is used to: define a timeout, give control back to Windows, give control back to Windows and to WLanguage....
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
AJAX programming
The diagram below presents the use of "programmed AJAX" in a WEBDEV site......
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.