ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Browser code (WLanguage): Framework 2
Starting with version 22, WEBDEV offers a new WLanguage framework for browser code...
Server code/Browser code
WEBDEV allows you to create static pages and dynamic pages...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
16. Types of code
Opens a replication in direct mode or with a replication server.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
zipExtractAll (Function)
Extracts all files from an archive and decompresses them.
HCreationIfNotFound (Function)
Performs the following operations: If the file does not exist, creates an empty data file (".FIC" file) with the index file and the memo file if necessary. The function is equivalent to HCreation. If the file exists, opens the file....
ProgressBarDisable (Function)
Stops the periodic refresh of a Progress Bar via Ajax.
1. WLanguage
WINDEV Tutorial: WLanguage basics Lesson 1 - WLanguage - 5 min
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
The Combo Box control
The "Combo Box" control is used to display a list of elements and to select an element from this list......
Anchor of overlaid controls (in a page)
WEBDEV allows you to define overlayable controls......
TreeCollapse (Function)
Collapses a branch previously expanded.
ErrorThrow (Function)
Throw a non-fatal error.
UploadSize (Function)
Returns the total size (in bytes) of the file currently uploaded via an Upload control.
FileToArray (Function)
Fills an array of classes or structures with the content of an HFSQL data file or query.
MyParent (Reserved word)
MyParent is used to handle...
WHILE statement
In a WHILE statement, the expression is evaluated at each beginning of the block of statements...
7. Sending an email
WINDEV Tutorial: WINDEV application: Managing data Lesson 7 - Sending an email - 20 min
Testing and debugging a WINDEV project on the user computer
WINDEV offers multiple possibilities to test and debug a project directly on the development computer (see Testing and debugging a WINDEV executable on the development computer)......
HDelete (Function)
Deletes a record from a data file (query or view).
NextTitle (Function)
Modifies the title of next window to open.
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
iFont (Function)
Selects the default font.
1. Project audits
WINDEV Tutorial: Optimizing a project Lesson 1 - Project audits - 15 min
HState (Function)
Used to find out the state of a record.
Manager of automated tests
The test manager is used to......
UploadSizeSent (Function)
Returns the total size (in bytes) of files already sent by the current upload via an Upload control.