ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SortType (Property)
The SortType property is used to: Find out the sort direction defined for an item or for a component of a composite key. This item was defined in the data model editor or programmatically. Define the sort direction for an item or for a component of a composite key (when describing the item through programming)....
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
Snap-on grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid......
GDI+ framework
Some WINDEV features use the GDI+ framework......
Printing the content of a Spreadsheet control (AAF)
Spreadsheet controls include an automatic context menu that allows users to perform different actions on the data displayed in the control......
Analysis links
The links are used to link the files found in an analysis between themselves......
11. Choosing the action of a button/link
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Collapsed code
The code is collapsed to improve readability, by only displaying the comments in front of the lines of code......
Automatic completion
The automatic completion helps you write WLanguage code in your applications......
Query editor
The query editor is used to automatically create queries on the data files......
Overview
Overview of the different operators...
12. Control templates
WINDEV Mobile allows you to create control templates....
Creating user accounts
A User account allows the server administrator to......
Creating a WEBDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Printing the content of a TreeView Table (AAF)
TreeView Table controls include an automatic context menu that allows users to perform multiple actions on the data displayed in the control......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
User Control Center: Management of network applications
For each network application listed in the User Control Center, the "Management of network applications" section is used to......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
HTransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Burning a CD/DVD
Several WLanguage functions are used to burn the CDs or DVDs......
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the data file since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Handling an Organization Chart control through programming (prefix syntax)
Installing an HFSQL Client/Server server with an application
When creating the setup program of a WINDEV application using HFSQL Client/Server data files, the wizard allows you to......
Using the UI modification when running a project or window test
End users can directly modify the interface of the application (according to the options specified by the developer).......