ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

DictionaryLoad (Function)
Indicates and loads the dictionary corresponding to a given language.
hdfsDelete (Function)
Deletes a file or directory from a Hadoop server.
hdfsCreateDirectory (Function)
Creates a directory on a Hadoop server.
hdfsRename (Function)
Renames a file or a directory found on a Hadoop server.
hdfsList (Function)
Lists the content of a directory found on a Hadoop server.
hdfsCopyFrom (Function)
Copies a file found on a Hadoop server to the local computer.
hdfsCopyTo (Function)
Copies a file located on the local machine to a Hadoop server.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
NoteDelete (Function)
Deletes a repositionable note found in the current window.
DocAdd (Function)
Adds: at the end of a Word Processing document: an element, a document, a paragraph, a text, an image or a fragment. at the end of a fragment: an element, a text or an image....
SpreadsheetSelectWorksheet (Function)
Selects a worksheet (identified by its name) in a Spreadsheet control.
dDominantImageColor (Function)
Returns the dominant (i.e. most frequent) color of an image in an Image variable or in an Image control.
DocInsertTable (Function)
Inserts a table into a Word Processing document.
ExecuteJS (Function)
Runs JavaScript code in the context of the Web page displayed by an HTML Display control.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
grTimeLevelMax (Function)
Defines the number of levels to display in the time scale of a chart as well as the maximum level.
grTimeLevelMask (Function)
Defines the display mask for a level of time scale in a chart.
MQTTConnect (Function)
Used to connect to a MQTT server (also called "Broker").
MQTTDisconnect (Function)
Allows you to disconnect from a MQTT server (also called "Broker").
MQTTPublish (Function)
Publishes a message on the MQTT broker.
SystemIntegerToInteger (Function)
Converts a system integer to a 4-byte integer.
TooltipMaxWidth (Function)
Modifies the maximum width of tooltips.
Encode (Function)
Encodes a character string or a buffer. To decode the result, simply use Decode.