ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information...
nfcData (Type of variable)
The nfcData type is used to describe and handle the data of a variable of type nfcTag.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
WDInst: configuring the interface of setup program
By default, WDInst (the setup editor) proposes a standard setup program (the wallpaper corresponds to a gradient shade of blue and no slide is displayed......
LocalStorageGet (Function)
Retrieves a value from the local storage.
SFModify (Function)
Modifies the records of a file defined in Salesforce.
LocalStorageDelete (Function)
Deletes a value from the local storage.
LocalStorageDeleteAll (Function)
Deletes all the values from the local storage.
LocalStorageOccurrence (Function)
Returns the number of values for the local storage.
LocalStorageValueName (Function)
Returns the name of a value for the local storage.
AddLink (Function)
Adds a link to a text section in an edit control.
RandomCryptoBuffer (Function)
Returns a buffer to the specified size filled with random data, that can be used with the cryptographic technologies.
gpwLogin (Function)
Connects a user to an application that is using the User Groupware.
TreeListItem (Function)
Lists the "children" of a node and the "child" elements of these "children" in a TreeView control.
Modbus functions
List of Modbus functions...
FTPRenameFile (Example)
Usage example of the FTPRenameFile function
OrganizerDisplayNextPeriod (Function)
Moves the time area displayed to the next area (next weeks for example) in an Organizer control.
OrganizerDisplayPreviousPeriod (Function)
Moves the time area displayed to the previous area (previous weeks for example) in an Organizer control.
MultitaskRedraw (Function)
Immediately redraws the window controls that will be graphically refreshed.
FTPMakeDir (Example)
Usage example of the FTPMakeDir function
grSunburstAddData (Function)
Adds a data to a Sunburst chart.
Flexbox control properties
You can manipulate Flexbox controls in a page using the following WLanguage properties......
Assisted universal replication
To easily establish the universal replication between the data of a remote application and a central database, WINDEV and WEBDEV allow you to......
Configuring the assisted universal replication
If your application uses the assisted universal replication via a file......
FBSessionStatus (Function)
Checks the status of a Facebook session.
FTPRemoveDir (Example)
Usage example of the FTPRemoveDir function