ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

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...
Local procedure
Two types of procedures are available...
Global procedure/function
A global procedure can be used in all the processes or events of the project.
Global and local variable
Two types of variables are available...
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
Opens a replication in direct mode or with a replication server.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code.
fOpenTempFile (Function)
Creates and opens a temporary file.
zipAddDirectory (Function)
Adds all the files found in a directory and in its subdirectories into an archive and compresses them.
Composite keys
A composite key is a key item containing several other items......
zipExtractDirectory (Function)
Automatically extracts and decompresses files from a directory in the file tree of an archive to a physical location.
zipChangePath (Function)
Modifies the stored path of a file in an archive (in ZIP, WDZ or 7z format).
HSortView (Function)
Sorts an HFSQL view by creating an index on a view item. This function uses the former view mechanism.
HOpenConnection (Function)
Opens a connection to a specific database.
fSaveBuffer (Function)
Creates and fills a text file with the content of a string or buffer variable.
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
AnchorRateRight (Property)
The AnchorRateRight property is used to: Find out the anchor rate when a control moves on the horizontal axis. Modify the anchor rate when a control moves on the horizontal axis....
AnchorRateHeight (Property)
The AnchorRateHeight property is used to: Find out the vertical anchor rate of a control. Modify the vertical anchor rate of a control....
2. Development
WINDEV Mobile Tutorial: Developing an Android and iOS application Lesson 2 - Development - 30 min
HDeclareExternal (Function)
Temporarily imports into the current database schema the description of a table from an existing HFSQL table.
JSON (Type of variable)
The JSON type makes it possible to simplify actions on data in JSON format.
The ActiveX control
The ActiveX control is used to easily manage the ActiveX technology......
Null (Reserved word)
The Null keyword can be used according to different methods in WLanguage......
fSize (Function)
Returns the size of a file (in bytes).
RGB (Function)
Defines a color from its Red, Green and Blue components.
ExeInfo (Function)
Retrieves the specified information about the version of an executable or DLL.
iPrintImage (Function)
Sends the image file to print to the print buffer.
User Groupware (WINDEV and WEBDEV): Options and settings
An application is often intended to be used by several users connected via a network......
AuthIdentify (Function)
Performs an authentication using the OAuth 2.0 protocol on any webservice.
fWriteLine (Function)
Writes a line into a text file (ANSI or UNICODE).