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...
16. Types of code
Opens a replication in direct mode or with a replication server.
Set of procedures
The global procedures are grouped in set of procedures...
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 a window skin template
The Name55 property is used to manipulate the logical name of a Hyper File 5.5 data file that has not been migrated and is located in a WINDEV 19 analysis....
gLink (Function)
Adds an "invisible" value to an element of a List or Combo Box control. Function kept for compatibility. It is recommended to use gStoredValue....
grAutoRefreshSeries (Function)
Identifies or defines whether a series is refreshed whenever the chart is drawn.
9. Overlaying controls
The different types of buttons in a window
WINDEV and WINDEV Mobile include 5 types of buttons......
dCopyImage (Example)
Usage example of the dCopyImage function
CurrentTitle (Function)
Modifies the title of the current window (returned by CurrentWin) and the title bar.
LOOP statement
The statement block is repeated endlessly...
fChangeSize (Function)
Resizes an external file.
EventCreate (Function)
Creates an event.
ParallelTaskCancel (Function)
Immediately ends the execution of the current task: the task is flagged as ptsCanceled.
Power (Function)
Raise a number to a power.
zipOpen (Example)
Usage example of the zipOpen function
iEndPrinting (Function)
Signals the end of the document to print and actually starts printing the data stored in the printer spooler via the following functions: iPrint, iPrintImage, iNewLine, etc.
gImage (Function)
Builds a sequence of characters containing an image.
Configuring the titles of columns (Table control)
The title of table columns is an important element of Table control......
Report based on an SQL query with data accessed via a connection (ODBC, etc.)
A report based on an SQL query with data accessed via a connection can print records from a database accessible via a specific ODBC driver or via a Native Connector......
ChangeCharset (Function)
Retrieves and/or changes the character set used: by all the screen fonts. by all the operations performed on the character strings (functions and/or operators)....
MyPopupControl (Reserved word)
MyPopupControl is used to handle the control that opened a popup window...
SocketCreateSSL (Function)
Creates a secure socket according to the SSL protocol.
The Rating control
The Rating control allows the user to: indicate the popularity level of an element via repeated icons. find out the popularity level of an element via repeated icons....
fAttribute (Function)
Returns or modifies the attributes of a file.
Error (Function)
Displays a custom error message in a system error window.
iPageHeight (Function)
Calculates the height of printable page (in millimeters) while taking the top or bottom margins into account.