ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
HOpen (Function)
Opens a data file.
HListDatabase (Function)
Lists the Client/Server databases associated with a connection....
3. Editing products
WEBDEV Tutorial - Creating a website with back office processes Lesson 3 - Editing products - 50 min
Structure (Type of variable)
A structure is a custom type of data...
Keyboard shortcuts
The main keyboard shortcuts in the editors are as follows......
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile
License agreement for the tools included with WINDEV, WEBDEV and WINDEV Mobile...
WDTRAD license agreement
WDTRAD license agreement...
ThreadStopRequested (Function)
Checks if a stop request has been sent to the running thread.
Array (Type of variable)
An array is a structured type that is used to group a set of elements of the same type...
MatError (Function)
Identifies the type of the last error caused by a Matxxx function (functions for matrix management).
WithSpace (Function)
Adds or deletes the spaces found on the right of a text item when reading it.
Size (Property)
The Size property is used to determine and change the size of an element.
fCompare (Function)
Compares the content of two files bit by bit.
HTTPGetResult (Function)
Retrieves the result or the header of last HTTP request run.
SocketRead (Function)
Retrieves a message sent by another socket.
Manipulating Layout controls programmatically
A Layout control can be......
TablePosition (Function)
Displays a Table or TreeView Table control from a specified row or returns the index of the first row displayed in a Table or TreeView Table control.
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
EmailStartSMTPSession (Function)
Starts a session for sending emails with the SMTP protocol.
ControlInvisible (Function)
Makes a control (or a group of controls) invisible in a window. An animation can be set on the controls during this operation.
Dynamic array (Type of variable)
A dynamic array is an "advanced" type of array...