ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Link control
The Link control is used to:
  • create a link in an HTML page.
  • create a link in a report printed in HTML format.
Option,Space (External language)
Fills the content of WdString with space characters on the right.
GDPR: an audit of data
A new GDPR audit is available to easily identify and monitor personal data in a WINDEV, WEBDEV or WINDEV Mobile application......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Importing styles from a WordPress theme with WEBDEV
WordPress offers numerous templates to create original websites...
Principle for running threads
At runtime, an application runs in a main thread......
The different types of windows
The following types of windows can be created in a WINDEV application......
FinPeriodInterest (Example)
Usage example of the FinPeriodInterest function
rssIdentifier (Type of variable)
The rssIdentifier type is used to describe the unique identifier of a RSS stream entry...
FTPCurrentDir (Function)
Identifies or modifies the current directory on an FTP server (File Transfer Protocol).
Managing emails with "Simple MAPI"
Simple MAPI simplifies the management of emails received by the hosting company......
Execute (Function)
Starts the execution of a process through programming.
Configuring and running the action plans
When the action plans are deployed, you have the ability to configure their activation mode....
Sound (Function)
Plays a sound in WAV format.
HelpFile (Function)
Returns or modifies the name of the help file used by the context-sensitive help of a window.
FinDecreasingRedemption (Example)
Usage example of the FinDecreasingRedemption function
State-transition diagram
A state-transition diagram presents a sequence of states that an object goes through during its lifecycle......
FTPName (Function)
Returns the name of last file accessed by an FTP function (File Transfer Protocol).
grDeleteSeries (Function)
Deletes a data series from a chart.
Native DB2 Connector: Programming with HFSQL functions
To use a DB2 database with Native Connector, the structure of DB2 tables must be imported into the WINDEV or WEBDEV analysis......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
Managing fonts in an iOS or Android project
Android or iOS projects can use custom fonts......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
Configuring the connection with WDORAINS (optional setting)
For backward compatibility with the earlier versions of Native Oracle Connector (also called Native Oracle Access), the connection can still be configured in WDORAINS (supplied with Native Oracle Connector)......
Configuring the connection with WDSQSINS
For compatibility with the earlier versions of the Native SQL Server Connector (also called Native SQL Server Access), the connection can still be configured in WDSQSINS (supplied with the Native SQL Server Connector)......
Creating a .NET assembly that can be accessed using COM
To create a.NET assembly accessible by COM, you must......