ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

AttachPointDeleteAll (Function)
Deletes all the connection points for a control.
Count (Property)
The Count property returns the number of elements in a given set.
Handling XLS files
WINDEV and WEBDEV propose two methods for handling the Excel files......
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
Confirm (Function)
Displays a message in a standard dialog box that proposes "Yes", "No", "Cancel" and returns the user's choice....
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
HTTPSendForm (Function)
Sends an HTTP form.
Assignment operators
Three assignment operators are available......
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
OrgModify (Function)
Modifies an element in an Organization Chart control.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
MemcachedModify (Function)
Modifies a key/value couple in the Memcached cache....
MemcachedAddPrefix (Function)
Adds a value at the start of existing value in the cache for the given key.
MemcachedIncrement (Function)
Increments the value associated with a key.
MemcachedDecrement (Function)
Decrements the value associated with a key. The key is created if it does not exist.
MemcachedCAS (Function)
Modifies the value of a key if this one was not modified.
MemcachedModifyKeyGroup (Function)
Modifies a key/value couple in the Memcached cache on a group of servers....
MemcachedIncrementKeyGroup (Function)
Increments the value associated with a key on a group of servers.
MemcachedDecrementKeyGroup (Function)
Decrements the value associated with a key on a group of servers.
MemcachedCASKeyGroup (Function)
Modifies the value of a key on a group of servers if this one was not modified.
MemcachedAddPrefixKeyGroup (Function)
Adds a value at the start of existing value in the cache for the given key on a group of servers.
<Image>.Resize (Function)
Resizes an image in an Image control.