ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
FTPConnect (Example)
Usage example of the FTPConnect function
zipChangePath (Example)
Usage example of the zipChangePath function
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Mode (Property)
The Mode property describes: the minimum number of nodes that must acknowledge a write operation before it is considered as successful (mongoWriteConcern variable). the management mode of multicolumn sections (docFormatMulticolumn variable). how the tooltip of a step of a guided tour is displayed....
TriggerScheduledTask structure
The ScheduledTask structure is used to define all the events that will define the execution of a task......
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
ReturnedValue (Property)
The ReturnedValue property is used to handle the return value.
WLanguage procedure called by WebSocketClientConnect
WLanguage procedure ("callback") called by WebSocketClientConnect when the connection to the server is established.
WLanguage procedure called by WebSocketClientConnectSSL
WLanguage procedure ("callback") called by WebSocketClientConnectSSL when the connection to the server is established.
LocalStorageGet (Function)
Retrieves a value from the local storage.
LocalStorageDelete (Function)
Deletes a value from the local storage.
HAdd (Example)
Usage example of the HAdd function
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
USBFind (Function)
Finds a USB device according to keywords.
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
FTPFileExist (Function)
Checks the existence of a file on an FTP server.
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
JSONXMLConverter (Type of variable)
The JSONXMLConverter type is used to define all the advanced characteristics of the conversion of an XML object to JSON (or conversely) via XMLToJSON and JSONToXML).
Interface
An interface is used to divide the uses of features common to several elements from their implementations, which simplifies their re-usability.
Enlarging a window
Modern UIs generally use larger windows and larger fonts in the different controls......
SysSerialNum (Function)
Returns the IMEI number of the current device.
AnimationMinFPS (Function)
Configures the minimum number of images per second in order for the animations (transition effects) to be enabled in the controls.
EmulateDialog (Function)
Emulates the next call to Dialog and automatically clicks the button passed in parameter.