ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Usage example of the XML types
The following examples is used to handle an XML document via the xmlDocument and cmlNode variables, ...
rssInitialize (Function)
Loads a RSS stream in memory.
rssBuildString (Function)
Builds the RSS feed and returns the result (in XML format) in a character string.
rssSave (Function)
Builds the RSS stream and saves the RSS stream in an XML file.
rssDisplay (Function)
Builds a RSS stream and returns the content of the RSS stream to the client.
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
Using Facebook authentication
Facebook is the world's most popular social network. It is commonly used by companies to reach their customers......
<modbusSession>.ReadRegister (Function)
Reads one or more registers from a Modbus slave, starting at a specific address.
<modbusSession>.ReadFloat (Function)
Reads one or more single-precision floats from a Modbus slave, starting at a specific address.
Count (Property)
The Count property returns the number of elements in a given set.
AuthRefreshToken (Function)
Refreshes a user's OAuth2 token when it expires....
oDriveConnect( Function)
Creates a connection to an Drive OneDrive.
HTTPCookieWrite (Function)
Adds or modifies a cookie in an HTTP request.
FBRequest (Function)
Performs a communication request (HTTP request) to the Facebook Graph API.
BeaconDetectBackground (Function)
Notifies the application when the device enters or leaves the transmission range of a set of Beacons.
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.
Materialized view
8. 10 tips for better interfaces...
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.