ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

NULL values in HFSQL
WINDEV, WEBDEV and WINDEV Mobile allow you to manage the NULL value in the items of HFSQL data files and for all the other types of accesses (Native, OLE DB, ......
iVPos (Function)
iVPos is kept for backward compatibility.
iHPos (Function)
iHPos is kept for backward compatibility.
ArrayCopy (Function)
Copies the content of an array to another array.
Table control based on a variable
A Table control based on a variable is a Table control whose columns are bound to the elements of an Array variable, to the members of a class or to the elements of an advanced variable (e.g., xlsDocument)......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Enumeration and Combination items
WINDEV, WEBDEV and WINDEV Mobile propose the Enumeration and Combination types......
16. Java applications in practice
Java applications in practice...
Handling Native Container controls programmatically
The Native Container control returns an handle/identifier......
docElementTextArea (Type of variable)
The docElementTextArea type is used to define the advanced characteristics of a text area found in a docElement variable.
ReturnToCapture (Function)
Stops the current process and forces the input in the specified control, window or page.
Constants for managing errors and exceptions
List of constants used by the functions for managing errors and exceptions....
Adapting an application to support multiple languages
WINDEV Tutorial - Managing multiple languages Adapting an application to support multiple languages - 20 min
Type of item: Secure password
"Password" items are used to securely store passwords by using a salt and a hash algorithm......
SetFocusAndReturnToUserInput (Function)
Stops the current process, sets the focus to the specified control, window or page, and allows the user to enter data.
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a Webservice proxy (SOAP).
Troubleshooting
This chapter presents the main problems (and their solutions) that can occur when using the WEBDEV Application Server...
Creating an executable: WINDEV framework
Each WINDEV function is associated with a WINDEV DLL......
WeekNumber (Function)
Returns the week number within the year that corresponds to the specified date (this date is a character string).
FTPAttribute (Function)
Identifies the attributes of a file found on an FTP server (File Transfer Protocol).
Configuring the Apache 2.2 server
WEBDEV Development: Configuring the Apache 1.3.x or 2.0.x server for the CGI protocol and for the WEBDEV sites....
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor......
WindowFromSource (Function)
Automatically initializes the controls of a window with: the values of the bound items in the current record (loaded in memory) of the HFSL data file described in the data model editor. the values of the bound WLanguage variables....
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...