ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
AppointmentLast (Function)
Reads the last appointment in a Lotus Notes or Outlook calendar.
AppointmentPrevious (Function)
Reads the appointment found before the current appointment in the calendar of a Lotus Notes or Outlook messaging.
AppointmentFirst (Function)
Reads the first appointment found in the calendar of a Lotus Notes or Outlook messaging.
AppointmentNext (Function)
Reads the appointment found after the current appointment in the calendar of a Lotus Notes or Outlook messaging.
<Document variable>.ToText (Function)
Creates a character string with the data of a Document variable.
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
GPSFollowMovement (Function)
Requests to be notified periodically of the device's current location....
fUncompress (Function)
Decompresses a file that was compressed by fCompress.
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
NetListIPAddress (Function)
Returns the list of IP addresses (Internet Protocol) for a computer.
FontBold (Property)
The FontBold property is used to: Determine if the text is bold. Change the weight of the text....
MemcachedAssign (Function)
Modifies a key/value couple in the Memcached cache: If the key exists, the value is modified. If the key does not exist, the key/value couple is added....
MemcachedDelete(Function)
Deletes a key from the Memcached cache.
MemcachedDeleteKeyGroup (Function)
Deletes a key from the Memcached cache on a group of servers.
Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
InMacCatalystMode (Function)
Indicates whether the application is running in Mac Catalyst mode (running an iPad application on a Mac).
Task management functions
List of functions for managing tasks...
Contact groups management functions
List of functions for managing groups of contacts...
Sending faxes with WINDEV and WEBDEV
To send faxes from an application or from a site, WINDEV and WEBDEV propose several functions allowing you to send faxes via the system fax server available in Windows XP and Windows 2000......
Properties associated with infinite Progress Bar controls
An infinite Progress Bar control can be handled in a window by the following WLanguage properties......
dCopyImage (Example)
Usage example of the dCopyImage function
HChangeDir (Function)
Changes the path to a data file (i.e. directory in which the file will be handled).