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...
Global and local variable
Two types of variables are available...
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.
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.
Set of procedures
The global procedures are grouped in set of procedures...
16. Types of code
The Radio Button control
The Radio Button control is a control allowing the user to select an option among several ones......
TreeView constants
List of constants used by the TreeXXX functions...
MinAutoID (Property)
The MinAutoID property is used to get the minimum automatic identifier of a replicated data file.
DecimalPart (Function)
Returns the decimal part of a number.
Handling controls in a window
The different operations that can be performed on the window controls are as follows......
TelemetryIsEnabled (Function)
Used to find out whether the telemetry is enabled.
DynamicServingConfigure (Function)
Indicates the environment that will be used by the "Dynamic Serving" to choose the set of pages to display.
PasswordProtected (Property)
The PasswordProtected property is used to determine if a datafile is password-protected.
hRSConfig (Type of variable)
The hRSConfig type is used to define the advanced characteristics of a replication between 2 HFSQL servers.
AppParameter (Function)
Returns information about the mechanism for automatic application update.
AppVersionInfo (Function)
Returns information about a version available on the setup server.
HTrackStop (Function)
Stops tracking a data file on an HFSQL server.
GetTypeDefinition (Function)
Gets the description of a type identified by name.
IntegerToMonthInAlpha (Function)
Returns the name of the month that corresponds to the specified date (this date is an integer).
IntegerToTime (Function)
Converts an integer into a time in HHMMSSCC format.
AlbumPicker (Function)
Retrieves a photo, an image or a video stored in the photo album of the mobile device.
Description of ParallelTask (Type of variable)
The Description of ParallelTask type is used to define the characteristics of a parallel task.
Report viewer: "Print" tab
The report viewer allows end users to view reports before printing them......
AppUPDAvailable (Function)
Allows you to find out whether an update is available for the specified application.
DeleteColumn (Function)
Deletes a column at a given position from the advanced array property (array of gglCalendar events, etc.).
NbReceived (Property)
Returns the number of parameters actually received by a procedure.
fAddText (Function)
Adds the content of a character string at the end of a file.
fAddBuffer (Function)
Adds the content of a buffer at the end of a file.
HInfoViewRights (Function)
Allows you to find out the rights granted to a user or to a group on an SQL view or on a materialized view.
Memo (Property)
The Memo property is used to determine if an item is of type memo.