ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SaaS
SaaS (acronym of Software as a Service) is a model for software distribution that consists in proposing an application in subscription via a Web site rather than via the purchase of a license......
Functions for managing Google contacts (prefix syntax)
List of functions for managing Google contacts...
Multiple generation
Project configurations are used to easily define the different "targets" of your project......
Lower (Function)
Converts all characters in a string to lowercase according to the region settings defined in Windows.
URLEncode (Function)
Encodes a URL with a sub-set of ASCII characters.
HSetREP (Function)
Enables or disables the management of .REP file.
HCheckIndex (Function)
Checks whether the data found in the index file (.NDX file) properly refers the data found in the data file (.FIC file).
EmailSaveAttachment (Function)
Copies the attachment of current email onto the user computer (locally).
WinEnableDDW (Function)
Enables or disables the DDW (Dim Disabled Window) feature: for a specific window. for all the application windows....
xlsNbColumns (Function)
xlsNbColumns is kept for backward compatibility only.
ArrayCopy (Function)
Copies the content of an array to another array.
Optional connection information
When defining the connections in the data model editor or when defining the connections through programming, you have the ability to specifier the optional connection information......
User Groupware and files accessed via a Native Connector
An application that works with the User Groupware can be used with a database handled by a Native Connector......
How to create an SQL query to count?
This help page explains how to create a count query with the query editor....
Automatic update of editors
Do you have an active Internet connection on your development computer? You can automatically download the different editor updates (WINDEV, WEBDEV and WINDEV Mobile) thanks to "Automatic update"......
Step 2: Files to install
The setup program creation wizard allows you to select the files that will be installed with the site......
Hour (Property)
The Hour property is used to: Get the time from a variable of type Time or DateTime, or the number of hours from a variable of type Duration. Change the time in a variable of type Time or DateTime, or the number of hours in a variable of type Duration. Retrieve the time or the number of hours from a Date item (in "Date and time" or "Duration" format) or from a Time item. Modify the time or the number of hours in a Date item (in "Date and time" or "Duration" format) or in a Time item....
HMergeView (Function)
Creates an HFSQL view from two previously created views (HCreateView). This function uses the former view mechanism.
HTransactionCancel (Function)
If a transaction is in progress, cancels all the operations performed on the data files in transaction since the start of transaction.
URI (Type of variable)
The URI (Uniform Resource Identifier) type identifies physical or abstract resources (e.g. files or Web pages).
Managing the SNMP protocol
SNMP (Simple Network Management Protocol) is the standard protocol for managing the network devices......
Handling a status bar in the window editor
This help page presents the different operations that can be performed in a status bar......
diagSelection (Type of variable)
The diagSelection type is used to define all the advanced characteristics of a selection made in a diagram.
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Management errors specific to Native Connectors
When an HFSQL function fails (returns False for example), the corresponding error number is returned by HError......