ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Sound (Function)
Plays a sound in WAV format.
xlsClose (Example)
Usage example of the xlsClose function
fMakeDir (Function)
Creates a directory (and the intermediate directories if necessary).
XMLInsertDocument (Function)
Inserts the current XML tag found in an XML document into another XML document.
XMLRename (Function)
Renames the current element (tag or attribute) in an XML document.
fShortPath (Example)
Usage example of the fShortPath function
fLongPath (Example)
Usage example of the fLongPath function
fImageSelect (Example)
Usage example of the fImageSelect function
7. Consuming a web service
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 7 - Consuming a web service - 10 min
HTriggerRecordBefore (Function)
Retrieves the value of the current record before the trigger(s) are executed.
Type (Example)
Usage example of the Type property
dImageToArray (Function)
Copies the RGB pixels of the image into a one-dimensional or two-dimensional array. The array of colors is cleared then it is filled with the integers representing the colors (24 bits) of the image.
fExtractPath (Example)
Usage example of the fExtractPath function
BeaconDetectPrecise (Function)
Used to find the Beacons near the device.
The matrices
WINDEV, WINDEV Mobile and WEBDEV propose several functions used to handle matrices......
sComputeCrc32 (Function)
Calculates the Cyclical Redundancy Check (CRC) of buffer.
XMLInsertElement (Function)
Inserts an XML element (tag or attribute) into an XML document.
HExecuteQuery (Example)
Usage example of the HExecuteQuery function
The windows and pages of the User Groupware
Two methods can be used to include the user groupware......
HExecuteSQLQuery (Example)
Usage example of the HExecuteSQLQuery function
FTPDeleteFile (Example)
Usage example of the FTPDeleteFile function
HState (Function)
Used to find out the state of a record.
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
4. Adding a product
WEBDEV Tutorial - Creating a website with back office processes Lesson 4 - Adding a product - 50 min
HTTPRequest (Example)
Usage example of the HTTPRequest function