ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

EnumControl (Example)
Usage example of the EnumControl 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....
DnDAccept (Example)
Usage example of the DnDAccept function
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
Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
iPrintReport (Example)
Usage example of the iPrintReport function
LooperDeleteSelect (Function)
Deletes the selected rows from a Looper control.
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
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
Logical operators
The logical operators are as follows......
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.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
ErrorInfo (Function)
Retrieves information about the last error that occurred in a function of a WINDEV, WINDEV Mobile or WEBDEV component.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
The Thumbnail control
The Thumbnail control is used to automatically manage the display of images in thumbnail format......
VibrationStop (Function)
Stops the vibrations of the device (even if they have been triggered by another application).
zipFindFile (Example)
Usage example of the zipFindFile function