ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Type of windows created by RAD
The wizard for window creation proposes several types of windows associated with HFSQL data files......
Uploading files
Uploading consists in saving a file located on the user's computer to the Web server......
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
Debugging an external component
You have developed an external component and you want to debug it? The user of an external component sends an executable indicating that your external component does not operate? You are using your external component in another project and you want to debug it?......
Sending and receiving emails
WINDEV, WEBDEV and WINDEV Mobile allow you to directly manage the emails from your applications......
GDPR: an audit of your data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
Deploying an application for iPhone/iPad
To be able to test and/or deploy the application on a device (iPhone or iPad), you must enroll in the iOS Developer Program....
NumericFormat (Variable type)
The NumericFormat type allows you to define all the characteristics of the format to be used with the NumToString function.
Dialog (Function)
Displays a message box and returns the value of the button clicked by the user.
REST web service: Importing an API from OpenAPI
REST web service APIs can be described using OpenAPl files......
Characteristics of menu options
WINDEV and WINDEV Mobile manage two types of menus......
WDTestSite: Running a scenario
The scenario is a text file (".WCN" extension) containing all the operations performed when recording the scenario. This scenario is run by WDTestSite....
Native Oracle Connector for WINDEV and WEBDEV
WINDEV and WEBDEV support an optional Native Oracle Connector (also called Native Oracle Access......
Principle for running threads
At runtime, an application runs in a main thread......
Tile (Type of variable)
The Tile type is used to defined all the advanced characteristics of a tile for an application in Universal Windows 10 App mode.
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......
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).
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....