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...
LOOP statement
The statement block is repeated endlessly...
HDelete (Function)
Deletes a record from a table (query or view).
xmlNode (Type of variable)
The xmlNode type is used to handle a node of an XML document.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
HDescribeConnection (Function)
Describes a new connection to an external database.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
Image editor: Features
The image editor includes several features......
5. Creating a drop-down menu
WINDEV Tutorial: WINDEV application: Managing data Lesson 5 - Creating a drop-down menu - 30 min
HLockRecNum (Function)
Locks a record and restricts the access to this record for all the other applications.
Implementing the log process in an application
Regardless of the tables used by your application (HFSQL Classic or HFSQL Client/Server), the log process can be implemented on these tables......
Structure of log files (HFSQL Client/Server)
The following files are automatically created when logging an HFSQL Client/Server table......
WINDEV, WEBDEV, Android or iOS external component
An external component is a set of WINDEV, WEBDEV or WINDEV Mobile elements......
IWListInsert (Function)
Inserts a new internal window in the list of internal windows used by an Internal Window control.
XMLDocument (Function)
Creates a new XML document.
POUR TOUT / POUR ALL instruction (browse a JSONReader variable)
Training FOR ALL instruction lets you perform different types of browse on a variable of type jsonReader: Loop through a level. Loop through a level with copy. Browse in depth. Warning This feature is only available from version 2025 Update 3 onwards...
FOR EACH/FOR ALL statement (loop through a variable of type XMLReader)
The FOR EACH statement loops through a variable of type xmlReader in various ways: Loop through a level. Loop through a level with copy. In-depth loop....
zipCreateExe (Function)
Creates a self-extracting archive as a 32-bit executable (.EXE).
HClient structure
The HClient structure is used to......
14. Controls in practice
TableAddLineWithAnimation (Function)
Adds a row to a Table or TreeView Table control with an animation.
Creating an SSL certificate that can be used with SocketCreateSSL
To create an SSL server with SocketCreateSSL, you must use a signed certificate containing a private key......
HTransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
Configuring a WINDEV SOAP server
WINDEV allows you to easily manage the SOAP protocol by allowing you to create......
Creating a WINDEV SOAP Server application
The SOAP Server application is an application containing all the procedures to run......