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.
Creating an action plan
The action plans group all actions that will be performed by the software factory....
HReadSeek (Function)
Sets the position on the first record whose value for a specific item is greater than or equal to a sought value (generic search).
2. Variables
WINDEV Tutorial: WLanguage basics Lesson 2 - Variables - 20 min
AppointmentAdd (Function)
Adds an appointment: in a Lotus Notes or Outlook calendar. in a calendar on a mobile device (Android or iOS)....
Custom tooltips
Tooltips are very useful for application users......
13. External component in practice
External component in practice...
gLine (Function)
Builds a sequence of characters containing a line.
ContactDelete (Function)
Deletes the current contact: from a Lotus Notes or Outlook address book. in the Phone contacts list (Android, iPhone or iPad)....
Email (Variable type)
The Email type is used to handle the email content as well as the associated information.
IntegerToDate (Function)
Converts an integer into a date in YYYYMMDD format.
WDAPI: Using the APIs in a WINDEV application
The two most interesting features of WDAPI are......
Cursor (Property)
The Cursor property is used to get and change the position of the mouse cursor in one of the following controls: Edit control. Editable Combo Box. "Edit control" table column and "Editable Combo Box" table column. Word Processing control. HTML Editor control....
The options of the User Groupware
An application is often intended to be used by several users connected via a network......
fDateTime (Function)
Returns or modifies the different dates and times associated with a file or directory (date created, modified or accessed).
fLoadText (Function)
Loads the contents of a text file into any text field or variable (string variable, window edit control, report label field, etc.).
Group (Property)
The Group property is used to: find out whether the control belongs to a group of controls. If the control belongs to one or more groups, the Group property can be used to identify these groups of controls. associate a control with a group of controls....
HDescribeItem (Function)
Describes a file item through programming.
Open (Function)
Opens a modal WINDEV window.
Programming charts
WINDEV, WEBDEV and WINDEV Mobile include a Chart control (that can be used in the window editor, page editor and report editor) as well as several functions used to create and handle charts......
Webification
WEBDEV Tutorial - Webifying a WINDEV project Webification - 10 min
sOpen (Function)
Opens and initializes: a serial port. a parallel port. an infrared port....