ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

<picLayer variable>.Straighten (Function)
Transforms an image by applying perspective correction.
Sharing your source code with the SCM
WEBDEV Tutorial - A Source Code Manager for WEBDEV Sharing your source code with the SCM - 30 min...
fLock (Example)
Usage example of the fLock function
EmailCopy (Function)
Copies an email found in a directory to another directory of an IMAP server.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
WINDEV 2024: New WLanguage features
In version 27, new functions, properties and data types have been introduced and some have been improved......
<String type>.Replace (Function)
Replaces all occurrences of a specified substring in a string with another specified substring.
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
zipOpenCAB (Function)
Opens an existing archive in CAB format.
8. OOP
WINDEV Tutorial - WLanguage basics Lesson 8 - OOP - 30 min
EmailCloseSession (Example)
Usage example of the EmailCloseSession function
<Image variable>.Straighten (Function)
Transforms an image by applying perspective correction.
ThreadMode (Function)
Changes the management mode of threads.
<Image>.Straighten (Function)
Transforms an image by applying perspective correction.
Universal Windows 10 application: Deployment platform
Once the Universal Windows 10 app is generated, the wizard proposes to select the deployment platform......
HDFS constants
The following constants are used by the HDFS functions:...
ImageXPos (Function)
Returns the horizontal position (X) of the mouse cursor in relation to the specified Image control.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
UploadFileName (Function)
Returns the name of a file "uploaded" by the Web user. This upload may have been performed: via an "Upload" edit control. via a single-file or multi-file Upload control....
Different types of data (Type of variable)
A variable is defined by name and type......
Condensed (Property)
The Condensed property is used to: Determine whether a Font variable is condensed. Condense a Font variable. This property is kept for backward compatibility....
Extended (Property)
Extended is used to: Find out whether a Font variable is extended. Extend (or not) a Font variable. This property is kept for backward compatibility....
Copying and cloning
Variables are copied using the "=" operator...
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
EventCreate (Function)
Creates an event.