ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Software Factory
The concept of software factory is used to automate the process for creating applications....
GuidedTourStep (Type of Variable)
The GuidedTourStep type allows you to define all the advanced characteristics of a step of a guided tour.
The Splitter control
The Splitter control is used to divide a window into several distinct areas......
EmailGetTimeOut (Function)
Reads the value of the "timeout" for connecting to the SMTP, POP3 and IMAP messaging servers.
Control (Type of variable)
The Control type is used to define the characteristics of a control.
2. Projects in practice
Discover the main operations that can be performed on a project....
Null (Property)
The Null property is used to: Assign NULL to the item for the current record. Find out whether the item is associated with the NULL value for the current record. Define the default value of an item when the item is described through programming....
Token (Type of variable)
The Token type is used to define all the advanced characteristics of a token displayed in an edit control.
EmailCloseSession (Function)
Closes an email management session depending on the selected mode (SMTP/POP3, IMAP, MS Exchange or Lotus Notes)....
ShellExecute (Function)
Opens a document in its associated application.
fSelect (Function)
Opens the Windows file picker.
HMode (Function)
Changes the mode and the method for locking data files.
NotifPushSend (Function)
Sends a push notification to a mobile device (iOS or Android).
Native MySQL Connector: Programming with SQL functions
The SQL functions can be used to handle the MySQL database......
Creating a WINDEV application for Linux
WINDEV allows you to create native 64-bit Linux executables. Their UI is developed with the window editor....
iConfigureReport (Function)
Configures the printer by opening the configuration window (WINDEV and WINDEV Mobile).
FTPConfigure (Function)
Modifies the behavior of standard FTP functions.
HDeleteAll (Function)
Deletes all records from a data file, an HFSQL view or a query.
WINDEV applications for Linux: Specific features
HDescribeConnection (Example)
Usage example of the HDescribeConnection function
PDF Reader control events
MapFollowMovement (Function)
Displays the current location of the device in a Map control and updates the location as it moves.
Access rights to a class property: special cases
The retrieval and assignment processes can be public, private or protected. The access rights of the property correspond to the less restrictive rights of the two processes....
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Native PostgreSQL Connector: Programming with SQL functions
You can use SQL functions to handle the PostgreSQL database......