ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

geoRunApp (Function)
Starts the device's native maps application to display: a specific geographical location, a route between two locations....
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
DocOpen (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
14. Managing the "Back" button in practice
EventWait (Function)
Locks the current thread while waiting for the specified event to be opened.
CertificateCheckString (Function)
Checks the correspondence between a signature and a string.
FBStopSession (Function)
Stops the Facebook session that was started by FBStartSession.
inAppListProductInfo (Function)
Retrieves, from the store, information about the "In-App" products associated with the application.
CallDLL32 (Function)
Runs a function found in an external DLL.
AppointmentList (Function)
Lists the appointments found on the mobile device (Android/iOS) and corresponding to the specified criteria....
FileDisplay (Function)
Displays a file in the browser of Web user.
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
HTTPCookieReplace (Function)
Replaces all the cookies stored for a domain: by HTTPRequest. by HTTPSend....
DocToText (Function)
Creates a character string from the data: found in a Word Processing control or in a Word Processing document. found in a paragraph of a Word Processing control....