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, ...
10. Customizing the aspect of a site: skin elements
HeightWithAnimation (Property)
The HeightWithAnimation property is used to modify the height of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
WidthWithAnimation (Property)
The WidthWithAnimation property is used to modify the width of a cell of a Layout control with the "Resize cell" animation defined: in the "Advanced" tab of the project description window ("Control animation" button). in the "Style" tab of the control or project....
<htmlNode variable>.RemoveAttribute (Function)
Removes a given attribute
<httpRequest variable>.ReplaceCookie (Function)
Replaces all cookies stored by HTTPSend for a domain.
<mongoGridFS variable>.SendFile (Function)
Copies a file from the local computer to a MongoDB file system (gridFS).
<emailIMAPSession variable>.AddFolder (Function)
Adds a folder into the messaging software using IMAP (Internet Message Access Protocol), ...
<ManualEvent variable>.Close (Function)
Closes a synchronization event between several threads.
<ManualEvent variable>.Open (Function)
Opens a synchronization event between several threads.
Report data source
...The reports can be created with the data coming from:...
Installing Android development tools
To develop Android applications with WINDEV Mobile, you must install......
<btleDevice variable>.Disconnect (Function)
Used to disconnect from a Bluetooth Low Energy device.
<upnpService variable>.ExecuteAction (Function)
Runs an action on the UPnP service.
<diagLibrary variable>.LoadLibrary (Function)
Loads a diagram file and creates a library of preset shapes from it.
Global procedure/function
A global procedure can be used in all the processes or events of the project....
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<emailIMAPSession variable>.RemoveFolder (Function)
Deletes a folder on an IMAP server.
<mongoGridFS variable>.GetFileByID (Function)
Retrieves (on the local computer) a file identified by its identifier and found in a MongoDB file system.
<mongoGridFS variable>.GetFile (Function)
Retrieves (on the local computer) a file identified by its name and found in a MongoDB file system.
Dynamic Automation object
A dynamic automation object is an automation object allocated upon request, during the program execution...
<Stack variable>.Pop (Function)
Pops an element from a stack.
<Connection variable>.OperationInProgress (Function)
Returns the list of automatic operations in progress on an HFSQL server.
<btleCharacteristic variable>.GetADescriptor (Function)
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
<btleDevice variable>.Connect (Function)
Used to connect to a Bluetooth Low Energy device.