ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Appendix 2: Checking the server
Usage example of the fListFile function...
The "UML analysis" pane
The "UML analysis" pane displays the different UML diagrams (class diagram, deployment diagram, ......
<Array type>.Contain (Function)
Searches for an element in a WLanguage array. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
<zipArchive variable>.ExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
Creating a window skin template
Ribbon control properties
The WLanguage properties can be used to handle: a Ribbon control found in a window. a pane of a Ribbon control. a grouping of a Ribbon control....
<Chrono>.Start (Function)
Starts a stopwatch to measure the duration of a process (in milliseconds) and resets a running stopwatch.
CurrentYear (Function)
Returns the current year in integer format.
<Chrono>.Reset (Function)
Stops and resets a running stopwatch.
3. Project configuration
Project configurations allow you to adapt the same project to multiple "targets"....
UMC: Implementing and managing the "User Macro-Codes"
Regardless of the skill of the development team, the end user will always want to do something that has not been planned for......
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
User Groupware table structure
The BackgroundColor property is used to set the background color of a control, window, page or block of a report....
ODBC driver for HFSQL Classic and for HFSQL Client/Server (Windows)
The ODBC driver for HFSQL Classic (single-user or multi-user) is used to access an HFSQL Classic database from an external database software that supports the accesses by ODBC......
HFSQL Control Center: HFSQL Client/Server backups
The HFSQL Control Center is used to manage the backups of HFSQL Client/Server tables......
API description (Type of variable)
An API Description variable is used to describe an API, its parameters, its return value and its calling options by programming.
Creating a replication
To understand the operating mode of ReplicEdit, we are going to create a replication by using a simple example......
Opening, closing and saving a query
The query editor allows you to easily handle the queries....