ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
fCompress (Function)
Compresses a file.
XMLDocument (Function)
Creates a new XML document.
The TreeView Table control
The Treeview Table control is a cross between the Table control and the TreeView control......
ArrayInfo (Function)
Returns the characteristics of an array: type of elements, number of dimensions, dimensions, etc.
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
TableMoveLine (Function)
Moves a row or swaps two rows in a Table control.
TableMoveColumn (Function)
Moves a column in a Table or TreeView Table control.
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
8. Optimizing an application
HActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
fCompare (Function)
Compares the content of two files bit by bit.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
Manipulating a Layout control programmatically
A Layout control can be......
SocketWrite (Function)
Writes a message intended to another socket.
fOpen (Function)
Opens an external file (ANSI or UNICODE) in order to handle it through programming.
Conversion (Function)
Converts a value from a unit to another one.
Record (Type of variable)
The Record type is used to save the values of a record.
FOR statement
The statement block is repeated while a control variable is modified and compared to a limit value (before each beginning of statement block)...
SQLTransaction (Example)
Usage example of the SQLTransaction function
2. Projects in practice
HReadFirst (Function)
Sets the position on the first record according to a browse item.
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
fExtractResource (Function)
Extracts a resource from the application into a physical device location.
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data - 50 min