ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime,...
SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists...
xmlDocument (Type of variable)
The xmlDocument type is used to handle an XML file.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer,...
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different...
Report viewer (Print preview)
The report viewer allows you to see the report layout without printing it......
TableInsertLineWithAnimation (Function)
Inserts a row into a Table control or into a TreeView Table control with an animation.
TraceBuild (Function)
Displays a customizable message in the trace window opened in parallel with the current window.
8. 10 tips for better interfaces...
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically...
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed...
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
TableExpand (Function)
Expands: a branch that was previously collapsed in a TreeView Table control. a branch...
TableSearch (Function)
Performs a search in: a Table control, a TreeView Table control, a table displayed...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
The "Pie", "Donut" or "Semi-circular" charts
Several types of charts belong to the same family......
The Button control
The Button control allows the user or the Web user to run a specific action with a simple click......
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
The Time control: Input or display masks
WINDEV, WEBDEV and WINDEV Mobile propose two types of masks......
WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files,...
Constants for managing projects
List of constants used by the functions for managing projects....
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files,...
OKCancel (Function)
Displays a message in a standard dialog box that proposes "OK" and "Cancel" and returns the user's...
REST web services: Importing an OpenAPI specification
REST web service APIs can be described using OpenAPl files......
Manager of automated tests
The test manager is used to......