ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ftpConnection variable>Attribute (Function)
Gets the attributes of a file located on an FTP server. This new function is available from WINDEV Suite SaaS 2025 Update 2....
AttributeSerialize (Property)
The AttributeSerialize property gets the serialization name of the type according to its name and the <Serialize> extension attribute.
<Connection variable>.RSWaitForDataProcess (Function)
Waits for: the replication data on the master server to be sent to the subscriber server. the replication data received on the subscriber server to be entirely applied....
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements), a class (and its subelements), an array (including the associative arrays), a queue, a stack, a list....
Implement journaled replication: Modify database schema
Log-based replication can be implemented in the data model editor......
History of versions
The history of setup versions is an advanced feature of the network setup......
In depth look at windows, pages and reports
WINDEV, WINDEV Mobile and WEBDEV allow you to create custom interfaces with the window editor and the page editor......
Project comparator
Comparing two windows (two pages, two reports, two classes, ......
InWindowsMobileMode (Function)
Indicates whether the code is run: from a Windows Mobile application. from a WINDEV application, from a WEBDEV site or from a PHP application. Function kept for backward compatibility....
Compatibility between external components and deployed applications
A component can evolve in many ways......
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
The Dockable Panel control
The Dockable Panel control allows you to easily organize the software interface into zones that the end user can freely move......
On/Off button in a window
The on/off button is a button that operates like a check box......
The Kanban control
Originally, Kanban is a Japanese method aimed at improving processes for a better, more efficient production cycle....
Various constants
List of various constants used by the constants WINDEV functions....
Password (Property)
The property Password property can be used: on the edit controls (or on the text table columns) to find out whether the control is a "Password" control or to modify the "Password" type of the control. on the connections (HFSQL Client/Server, OLE DB, etc.) to define the password of the user who uses the connection....
Configuring an authentication server (User Groupware and Private Store)
Several features in WINDEV, WEBDEV and WINDEV Mobile use a BaaS server......
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
The HTML Editor control
The HTML Editor control allows users to create and modify HTML pages......
WDOptimizer: Overview
The different operations that can be performed with WDOptimizer are as follows......
TimelineListEvent (Function)
Returns: the list of events found between two given times in a TimeLine control, all events of a TimeLine control, a specific event (selected or hovered)....