ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AuthToken (Type of variable)
The AuthToken type contains the characteristics of a token to access a web service.
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
Dequeue (Function)
Removes an element from the queue.
Diagram Editor control events
WINDEV manages the following events by default (in the order in which they appear in the code editor) for the Linear Slider controls and for the Range Slider controls...
SchedulerDisplayPreviousPeriod (Function)
Moves the time area displayed on the previous area (previous weeks for example) in a Scheduler control.
SchedulerDisplayNextPeriod (Function)
Moves the time area displayed on the next area (next weeks for example) in a Scheduler control.
dPoint (Example)
Usage example of the dPoint function
11. Controls in practice
Discover the main characteristics of the controls...
fCreate (Function)
Creates an external file.
SOAPRunXML (Example)
Usage example of the SOAPRunXML function
SOAPError (Example)
Usage example of the SOAPError function
CallWD: Function specific to the external language
Calls a WLanguage function from an external language....
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
SQL selection conditions
To specify the selection conditions in an SQL query, you can use......
Events associated with Table controls
List of events associated with Table controls...
SOAPGetResult (Example)
Usage example of the SOAPGetResult function
Deploying an Android application
WINDEV Mobile tutorial: Deploying an Android application 10 min
WLanguage procedure called by fCopyDir
WLanguage procedure ("callback") called by fCopyDir for each copied file. This procedure is used to handle the current file.
Sequence of events associated with reports
Several operations are performed when printing a report. These operations are performed in the following order......
SOAPRun (Example)
Usage example of the SOAPRun function
TwainToBMP (Function)
Allows you to perform one of the following actions: save the document coming from the Twain device in a Bitmap file (".BMP" extension). view the document coming from the Twain device in the user interface of the device. save the document coming from the Twain device directly in memory in Bitmap format (in a buffer)....
Reduce (Function)
Applies a computation to each element of a WLanguage array.
HRestorePosition (Function)
Restores the context of a previously saved file (HSavePosition): current record, filter, pointers.
WLanguage procedure called by fCopyFile
WLanguage procedure ("callback") called by fCopyFile for each copied file.
HTTPRequest (Function)
Starts an HTTP request on a server.