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...
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.
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.
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...
EnumControl (Function)
Returns the name of Nth control found in the specified element.
fCopyDir (Example)
Usage example of the fCopyDir function
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
Info (Function)
Displays a custom message in a system information window.
zipInfoFile (Example)
Usage example of the zipInfoFile function
Displaying a different content on each row
In a Looper control, a different content can be assigned to the Table, Chart, List Box and TreeView controls......
The Progress Bar control
The Progress Bar control is used to follow the progress of an event......
HImportJSON (Function)
Imports a JSON file into a data file in HFSQL Classic format (data file described in the data model editor or declared by HDeclare, HDeclareExternal or HDescribeFile).
MemCreate (Function)
Creates a memory area.
NetIPAddress (Function)
Returns the IP (Internet Protocol) address of a computer.
fShortName (Example)
Usage example of the fShortName function
fCurrentDrive (Function)
Gets or sets the current drive.
Item Description (Type of variable)
An Item Description variable is used to describe one or more items in a data file programmatically.
ON (Reserved word)
The ON keyword is used exclusively in the automated tests generated by WINDEV and WEBDEV.
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
USBListDevice (Function)
Returns the list of USB devices currently plugged into the current computer.
fRead (Example)
Usage example of the fRead function
HDescribeFile (Function)
Describes a data file programmatically.
CSS styles (Cascading Style Sheet)
The CSS styles are the standard styles used on Internet......
Coloring the procedures
A color (text color) can be assigned to the procedures so that they can be easily classified and identified......
StringDeleteDuplicate (Function)
Removes duplicates among substrings of a string, based on one or more separators.
zipFileSize (Example)
Usage example of the zipFileSize function
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
OrganizerChangeMode (Function)
Modifies the time range displayed by an Organizer control (Day/Week/Month)....