ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The log process
...A log is a special file that contains the history of all changes made to one or more data files over a given period of time (date the file was created, last automatic data modification, last backup created with WDLog, etc.)...
Checking out an element
To work on a project element found in the Source Code Manager, you must check out the element before it can be modified......
New Features brochure - Version 27: Common new features
New features in WINDEV/WEBDEV/WINDEV Mobile 27 presented in the New Features brochure....
WDINT overview
WDINT is an optional tool of WINDEV, WEBDEV and WINDEV Mobile......
12. Control templates
...Control templates...
<zipArchive variable>.Merge (Function)
Merges the different sub-archives found in a multi-part archive to create a single-part archive.
Generating an iOS application
Several steps must be performed to develop an iPhone/iPad application:...
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
WBAdminConnection (Type of variable)
The WBAdminConnection type is used to get all the advanced characteristics of a connection on the server. This connection can correspond to a session, an AWP request, a schedule task, etc.
Drawing charts in an Image control
WINDEV and WEBDEV propose several functions for creating and handling charts......
Managing dates and times
WINDEV, WEBDEV and WINDEV Mobile propose several methods for managing dates and times in your applications......
1. What is a website?
Buffer (Type de variable)
The buffer type corresponds to a binary memory area....
The Linear Looper control
A Linear Looper control is used to display a set of controls in a horizontal scrolling list......
<zipArchive variable>.IsMulti (Function)
Returns the type of archive: single-part archive or multi-part archive.
New Features brochure - Version 27: New WEBDEV features
New features in WEBDEV 27 presented in the New Features brochure....
Report editor: Available types of reports
Several types of reports can be created in the report editor......
Creating an RSS reader
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Creating an RSS stream
WINDEV, WEBDEV and WINDEV Mobile allow you to produce and/or consume an RSS feed (Rapid Simple Syndication)......
Handling a TreeView Table control programmatically
This page explains how to program TreeView Table controls......
Handling a database from a Java application
You can start developing your application as soon as the WINDEV project is defined as being a Java project......
zipAddFile (Function)
Adds a file (of any type) into an archive in CAB, ZIP, WDZ and 7z, TAR or TGZ (TAR.GZ) format and compresses it.
zipPassword (Function)
Defines the password used to add files into the specified archive and to extract files from the specified archive (RAR, ZIP and WDZ format).
docAutoReplace (Type of variable)
The docAutoReplace type is used to define all the advanced characteristics of a string used to automatically replace another string as the user types in a Word Processing control .