ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Deploying an iOS application
WINDEV Mobile tutorial: Deploying an iOS application 10 min
The Table control on mobile devices (Android and iOS)
The Table control is available for Android and iOS applications......
Project description: Options tab
The project description window allows you to configure various elements of your project......
Native MySQL Connector: Programming with HFSQL functions
To use a MySQL database with the Native Connector (or Native Access), import the structure of MySQL tables into the WINDEV or WEBDEV analysis......
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
EmailSendMessage (Function)
Sends an email using a given protocol (SMTP, MS Exchange, Lotus Notes, Outlook).
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
Managing parallel tasks
The computers are becoming more and more powerful......
zipSplit (Function)
Splits an archive into several sub-archives of a given size.
Native MariaDB Connector: Programming with HFSQL functions
To use a MariaDB database with Native Connector, the structure of MariaDB tables must be imported into the WINDEV or WEBDEV analysis......
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site......
Setup via physical media
A setup by physical media allows you to give to the hosting company a media containing all the files required to install the site on a server......
Repetition (Type of variable)
The Repetition type is used to describe and modify the characteristics of a repetition for an appointment via the different WLanguage properties.
Handling Organizer controls programmatically
Organizer controls can be handled programmatically....
Project description: Languages tab
The project description window allows you to configure various elements of your project......
Infinite Table and Looper controls
There are two methods to populate Table and Looper controls programmatically......
Changing the version of projects found in SCM
When several projects share elements in the same SCM, changing the version of WINDEV and WEBDEV projects......
BackgroundTaskAdd (Function)
Adds a new background task.
htmlNode (Type of variable)
The htmlNode type is used to define all the advanced characteristics of a node of an HTML document.
The setup editor WDInst
WDInst is a setup editor used to define the setup parameters of your application......
Different types of data (Type of variable)
A variable is defined by name and type......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).