ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WLanguageCodeGetCSSDeclarations( Function)
Returns the CSS style sheet corresponding to a theme in the WLanguage code.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<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).
Constants used by the scanner functions
Constants used by the scanner functions...
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
MQTT functions (prefix syntax)
The following functions are used to manage MQTT clients...
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
UPNPExecuteAction (Function)
Runs an action on the UPnP service.
HTTPCookieReset (Function)
Deletes all cookies (globally or for a domain) stored: by the calls to HTTPRequest. by the calls to HTTPSend....
BTLEGetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
BankHoliday (Function)
Indicates whether a day is a public holiday or not.
Detection (Property)
The Detection property is used to determine and change the automatic detection of incoming streams. If the stream detection is enabled, the streams allows the detection.
PermissionRequest (Function)
Prompts the user to grant an application permission.
BCDecode (Function)
Decodes the information stored in a QR Code bar code.
ParallelTaskExecuteAfterAll (Function)
Indicates a continuation parallel task that will be run when all the tasks found in an array of parallel tasks are ended.
ParallelTaskExecuteAfterOne (Function)
Indicates a continuation parallel task that will be run once the first task is completed in an array of parallel tasks.
New (Reserved word)
New is used to allocate memory space...
ModbusWriteBit (Function)
Writes one or multiple bits to a specific address in a Modbus slave.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....