ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
BrowsedItem (Property)
The BrowsedItem property is used to: Get the item used to automatically loop through Table,...
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window...
Creating and distributing Active WEBDEV Pages
To transform a page in Session mode into an Active WEBDEV Page:...
HSeekLast (Function)
Sets the position on the last file record whose value for a specific item is less than or equal...
Constructor and destructor
When creating a class in the code editor, the Constructor and Destructor methods are automatically...
HSeekFirst (Function)
Positions on the first file record whose value for a specific item is greater than or equal...
Events associated with TreeView controls
List of events associated with TreeView controls...
Creating a WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
Using Java code
You can use Java code: in Java applications generated with WINDEV. in Android applications...
Serialize (Function)
Transforms the following elements into a specific format: a structure (and its subelements),...
UI audit: Detect obsolete features
The lifecycle of some projects span several years......
HExecuteQuery (Function)
Declares a query created in the query editor to the HFSQL engine and runs this query.
Creating a report
The report editor allows you to easily create all types of reports via a wizard......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
User login: User Groupware
WEBDEV Tutorial - User Groupware User login: User Groupware - 20 min
Creating a service with WINDEV
A service is a specific type of application intended to be run without any user intervention......
2. Analysis in practice
IMAP protocol
The IMAP protocol is a standard protocol for managing emails......
HExecuteQueryAsynchronous (Function)
Executes a SELECT query asynchronously.
SysEnvironment (Function)
Returns the environment variables of the operating system for the current computer.
FTPDate (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located...
ScreenToFile (Function)
Automatically updates: the values of a data file's items in memory with the values...
InfoWithTimeoutAsynchronous (Function)
Displays a custom message in a non-blocking system information window for a given amount of time.
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Recompiling the project
The project compilation is a process used to......