ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
The Organization Chart control
The Organization Chart control is used to represent elements in a hierarchical way. For example: the contributors of a company according to their position. the different branches of a group with their inter-dependencies. the different steps of a manufacturing process, ......
InitialWidth (Property)
The InitialWidth property is used to: Find out the initial width of a control or window. Modify the base width used to anchor the controls in "width". Find out the initial width of a report control....
HSynchronizeReplica (Function)
Synchronizes the master replica and the subscriber replica: the operations performed on one of the replicas are transferred into the other replica.
SSH constants
The following constants are used to manage an SSH server:...
WebSocketDisconnect (Function)
Disconnects a client from a WebSocket server.
Phone constants (Android / iOS)
WebSocketSend (Function)
Sends a message from the WebSocket server to the client.
Context menu associated with Table controls and their columns (AAF)
WINDEV applications automatically include a context menu for Table controls, TreeView Table controls and their columns......
Table controls in "Server + AJAX" mode
The Table controls can be 100% AJAX......
eYe magnet: conditional formatting of controls
The visual aspect of a window control can be automatically modified according to a series of conditions in order to attract the attention of the user to this control......
TokenEnabled (Property)
The TokenEnabled property determines if an Edit control is a "Text token" Edit control.
PermissionRequest (Function)
Prompts the user to grant an application permission.
GetUUID256 (Function)
Calculates a 256-bit Universal unique identifier ("UUID").
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<docFragment variable>.Add (Function)
Adds an element, text or image at the end of a docFragment variable.
<xmlDocument variable>.ExecuteXPath (Function)
Executes an XPATH query in an xmlDocument variable.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
Member (Property)
When used on Variant variables, the Member property is used to get the array of named elements.
DocToImage (Function)
Exports a page found in a Word Processing document in image format.
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.
MQTT functions (prefix syntax)
The following functions are used to manage MQTT clients...