ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SWITCH statement
The SWITCH statement is used to choose the action that will be run according to the value of an expression...
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 WINDEV Mobile project
A project is a logical set of elements and processes whose purpose is to accomplish a given...
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.
emailPOP3Session (Type of variable)
The emailPOP3Session type is used to access a messaging server by using the POP3 protocol (Post...
TableEnableFilter (Function)
Implements a user filter on a column found in a Table or TreeView Table control.
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
List (Type of variable)
A List variable is a structured type that is used to group a set of elements of the same type.
Recompiling the project
The project compilation is a process used to......
Handling a Pivot Table control through programming
A Pivot Table control can be handled through programming......
beaconDetectionInfo (Type of variable)
The beaconDetectionInfo type is used to describe information relative to a Beacon detected...
TableDisplay (Function)
Refreshes a Table or TeeeView Table control from a given position: for a control linked...
EnumControl (Function)
Returns the name of Nth control found in the specified element.