ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Screen,ScreenToFile (External language)
Initializes the file items with the value of the window controls bound to these items.
<DateTime type>.ToString (Function)
Converts a DateTime to string in the specified format.
Creating an automatic help
The Automatic Application Features (AAF) allow you to add features to your application without having to write a single line of code......
<Source>.Write (Function)
Writes a record into a data file without updating the indexes corresponding to all keys used in the file.
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
Modifying the values displayed in the result of a select query
In the result of a select query, you have the ability to only display......
Creating and handling an item
The main operations that can be performed on an item are as follows......
Managing menu options in MDI windows
The MDI windows must respect some constraints specific to the MDI applications......
Border of controls
One of the most important elements of control style is its border......
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
KeyGenerateInitialKey (Function)
Generates the initial key (unique license number) for the activation system of the application.
Hasp functions
The dongles of Hasp family (Hasp3, Hasp4, NetHasp, memoHasp and Hasp HL) are used to protect the applications developed with WINDEV or WEBDEV......
KeyCompareKey (Function)
Compares an initial key with an activation key.
KeyGetIdentifier (Function)
Retrieves the identifier that was used to generate an initial key.
xlsDocument (Type of variable)
An xlsDocument variable is used to describe and modify an Excel document...
Creating and deploying a setup program: How to?
Creating the setup program allows you to deploy a WINDEV application on the end-user computers......
The TreeView control
The TreeView control is a tree structure used to simplify the display of information that can be represented hierarchically......
Combination (Type of variable)
A combination is a set of options.
WDReplic: Starting the replication
Depending on the type of replication to perform, WDReplic must be started......
Global and local variable
Two types of variables are available......
Enumeration (Type of variable)
An enumeration is a set of values......
<sshSession variable>.Write (Function)
Writes data into the specified SSH session.
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
Reading an email
This help page explains how to read an email from a WINDEV application and how to display its content in a WINDEV application....