ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Permission constants
Renvoie une ou toutes les permissions déclarées par l'application....
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
HTML Editor control constants
Used to find out whether the application is started in "simulator test mode" from WINDEV Mobile....
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
MemcachedAdd (Function)
Adds a new key/value couple into the Memcached cache....
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.
<Array>.AddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
<btleDevice>.Initialize (Function)
Initializes a Bluetooth Low Energy device in Windows.
CertificateSelect (Function)
Opens a window for selecting the certificates. The listed certificates are the certificates installed in the personal store.
ToastDisplayIW (Function)
Opens a toast whose content is based on an internal window.
FontSelect (Function)
Opens the standard Windows font selection window by selecting the specified font.
GglAccountDissociate (Function)
Dissociates the application from the user's Google account. This association must have been previously defined with GglAccountAssociate....
<Control>.Rectangle (Function)
Returns the coordinates of the rectangle corresponding to the specified area of a control.
GetGUID (Function)
Calculates a globally unique identifier (named "GUID"), whose size is: equal to 16 bytes, which means 32 hexadecimal characters. equal to 32 bytes, which means 64 hexadecimal characters....
WLanguage procedure called by AuthIdentify
WLanguage procedure ("Callback") called by AuthIdentify during the authentication.