ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDInst: Installing an HFSQL Client/Server application
When creating the setup program of a WINDEV application that uses HFSQL Client/Server data files, WDInst allows you to......
Guided tour management constants
OLE DB provider for HFSQL
The OLE DB provider on HFSQL is used to access an HFSQL database (Classic or Client/Server) from an external software that manages the accesses by OLE DB......
Automatic Application Features (AAF) constants
List of constants used by the Automatic Application Features (AAF) functions....
Constants for managing multilingual applications
List of constants used by the functions for managing multilingual applications...
WDLog: Overview
The different operations that can be performed with WDLog are as follows......
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
Printing the content of a table (AAF)
A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table......
EventTimeline (Type of variable)
The EventTimeline type is used to define the advanced characteristics of an event displayed in a Timeline control.
GanttTask (Type of variable)
The GanttTask type is used to define the advanced characteristics of a task for a Gantt chart.
notificationAction (Type of variable)
The notificationAction type is used to describe an additional action associated with a notification.
Style of a control
As soon as it is created, a control is associated with a style......
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Variant (Type of variable)
The Variant type is used to: store any simple value: boolean, numeric (Currency, Real, Integer, etc.), characters and character string, date (Date, Time, DateTime and Duration), ... store named or indexed subelements. store any complex value: structures, classes, advanced types, arrays, associative arrays, queues, stacks and lists. handle the NULL value in WLanguage. store interactions with ActiveX objects and Automation programming....
Type (Property)
The Type property is used to get: the type of element (data file or item) defined programmatically or in the data model editor, view or query. the type of object. the type of data held in a Variant....
ControlClone (Function)
Creates a new control from an existing control.
Combo Box columns in Table controls
A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns......
J2EE constants
List of constants used by the J2EE functions....
FTPGet (Function)
Transfers a file or directory from an FTP (File Transfer Protocol) server to the current computer.
HTransactionStart (Function)
Starts a transaction on the data files (HFSQL or accessed via a Native Connector) and creates the transaction file.
The archives
WINDEV, WEBDEV and WINDEV Mobile propose several WLanguage functions allowing you to compress and merge your files into archives......
HCreateView (Function)
Creates an HFSQL view. This function uses the former view mechanism....
TableCollapse (Function)
Collapses: a branch that was previously expanded in a TreeView Table control. a break that was previously expanded in a Table control. a detailed window displayed for a row....
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).