ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Handling an Edit control programmatically
You can handle Edit controls programmatically......
Modeling editor: Managing the styles
The modeling editor proposes an advanced management of styles......
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
The indexed controls
A control is an indexed control if it contains several controls with the same name......
WINDEV Mobile License Agreement
WINDEV Mobile License Agreement...
grOrientation (Function)
Modifies the orientation of chart axes.
ERR_NOTAVAILABLE
zipFileSize (Function)
Returns the size of one of the files found in the archive (in CAB, RAR, WDZ, ZIP, 7z, TAR or TGZ (TAR.GZ) format): the compressed size of the file. the size of file before compression....
Remote WEBDEV administrator: Server parameters
The server administrator can define the server parameters via the remote administration tool......
CriticalSection (Function)
Enables a name or on-variable critical section in the statement USING ... IN.
NullIfEmpty (Property)
The NullIfEmpty property is used to: Find out whether the value returned by the control is NULL if its content is empty. Configure the value returned by the control if its content is empty....
iPad window: Window creation wizard
The wizard for creating iPad windows allows you to easily create a window containing all the main elements of a window for an iPad application......
1. Project dashboard
The project dashboard is an essential element for managing WINDEV Mobile projects....
3. Project dashboard
Project dashboard...
3. Project dashboard
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query......
8. Sharing a project in practice
The "Scatter" charts
A scatter chart (XY) represents the relationship between two numeric values in two series of data......
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
XMLFindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
<xmlNode variable>.FindNamespaceByName (Function)
Finds an XML namespace according to its XML node and in the parents of the node.
HTMLWrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
<htmlNode variable>.WrapAllChildren (Function)
Wraps all children of the given node in a new node in an HTML document.
Saving entered data (AAF)