ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
XMLDocument (Function)
Creates a new XML document.
Grayed (Property)
The Grayed property is used to: Determine if a control (or a group of controls) is grayed out. Gray out or ungray a control, a group of controls or a window....
Chart control properties
A Chart control can be used......
Report based on a TreeView Table control
You can use a report based on a TreeView Table control to directly print the information displayed in a TreeView Table control found......
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
Data persistence
The data persistence is used to store the value typed by the user......
Managing mutexes in threads
A mutex is used to limit the simultaneous execution of a code (procedure, line of code, etc.) to one thread at a given time....
SQLite: Programming with HFSQL functions
To use an SQLite database with Native Connector (also called Native Access), the structure of SQLite tables must be imported into the data model editor....
Trace (Function)
Displays the requested information (content of a control, for example) in a window opened next to the current window.
Switch control properties
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
MatchRegularExpression (Function)
Checks whether a character string matches a specific format and retrieves the different substrings that match the format.
Handling an Upload control through programming
The Upload control is used to upload one or more files....
PageToEmail (Function)
Emails the data found in a page currently displayed in the browser.
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....
Check Box control properties
Several WLanguage properties can be used on the Check Box controls found in a window, in a page or in a report......
Native Informix Connector: Specific features and remarks
Remarks and specific features of Native Informix Connector...
Native Progress Connector: Programming with HFSQL functions
To use a Progress database with the Native Connector, you must ......
Radio Button control properties
List of properties associated with a Radio Button control...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
fDataDirCommon (Function)
Returns a directory path for the shared data of the current application: between all the users of the computer between all the TSE users This directory can be used without restriction in Windows XP, Vista, ... This directory is used to store: the files for the general configuration of the application (.INI files, .XML files, etc.). the data files common to all the users (HFSQL .fic, .ndx and .mmo files)....