ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Pattern compression (ADSL, 3G, Edge, VPN, etc.)
A frame is a packet of data that flows through the network......
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)....
XML management: Use example
This application example manages an XML file named "Orders......
CurrentColumn (Function)
Returns: the index of the current indexed column in a Table control (based on a table or populated programmatically). the number of the column currently in edit mode in the specified data-bound Table control (based on a table or populated programmatically)....
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......
MaxValue (Property)
The MaxValue property is used to: get and set the top value of a report based on a table. get the maximum value of the current filter. get the maximum value of a data series in a chart. get and set the maximum value for some types of controls....
MinValue (Property)
The MinValue property is used to: get and set the bottom value of a report based on a table. get the minimum value of the current filter. get the minimum value of a data series in a chart. get and set the minimum value for some types of controls....
WDMap: Overview
WDMap is a tool used to view and handle a table while developing an application......
DateTimeLocalToUTC (Function)
Converts a local date and time (time zone, summer time, winter time) to UTC.
fTime (Function)
Returns or modifies the different times associated with a file or directory (date created, modified or accessed).
EndDatePeriodDisplayed (Property)
The EndDatePeriodDisplayed property gets the end date of the range displayed in a Scheduler or Organizer control of a report.
TreeView Table report
The report editor allows you to create "TreeView Table" reports......
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....
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......
Creating a combining query
A combining query (corresponding SQL statement: UNION) ......
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......
Managing the Unicode format in the HFSQL files
The analysis proposes two types of Unicode items......
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......