ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
Calling a procedure/a function
Syntax for calling a local or global procedure.
hBackupDescription (Type of variable)
The hBackupDescription type is used to programmatically describe an HFSQL Client/Server backup....
fCurrentDir (Example)
Usage example of the fCurrentDir function
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
Logical operators
The logical operators are as follows......
DnDAccept (Example)
Usage example of the DnDAccept function
BREAK statement/"BREAK:" label
The keyword BREAK can correspond: to the BREAK statement: it allows you to exit a set of instructions and run the rest of the current process. to the BREAK label: it allows you to declare a section of code in a loop. This code will be run when exitingfrom the loop with a "BREAK" statement....
TwainToClipboard (Function)
Allows you to: copy the document coming from the Twain device into the clipboard. view the document coming from the Twain device in the user interface of device....
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Installing a SOAP server with IIS
ErrorPropagate (Function)
Propagates a non-fatal error that can be processed by the calling code if the management of non-fatal errors was enabled for this code (in the code editor or by ErrorChangeParameter).
iPrintReport (Example)
Usage example of the iPrintReport function
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipAddDirectory (Example)
Usage example of the zipAddDirectory function
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
EnumControl (Example)
Usage example of the EnumControl function
fExtractPath (Example)
Usage example of the fExtractPath function
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
ContactList (Function)
Lists the device contacts corresponding to the specified criteria.
Financial constants
List of constants used by the financial functions....
zipExtractAll (Example)
Usage example of the zipExtractAll function
TableModifyColumn (Function)
Modifies a column in a horizontal Table control.