ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
DateTimeValid (Function)
Checks the validity of a date/time between January 01, 0001 at 0 hours 0 minutes 0 seconds 0 hundredths of a second and December 31, 9999 at 23 hours 59 minutes 59 seconds 99 hundredths of a second....
Browser code (WLanguage): Framework 2
From version 22, WEBDEV proposes a new WLanguage framework for the browser code...
Functions for managing Google calendars (prefix syntax)
List of functions for managing Google calendars (prefix syntax)...
TableInfoXY (Function)
Returns for a given position in a Table or TreeView Table control (coordinates of a control point): the name of the column displayed for the specified position. the index of the row or column for the specified position....
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage....
grTitle (Function)
Modifies the caption and/or position of the chart title....
SQLFetch (Function)
Goes to the next row (i.e next record) of the query result.
OpenIDParameters (Type of variable)
The OpenIDParameters type is used to define all the advanced features of an authentication for OpenID.
GglDriveConnect( Function)
Creates a connection to an Drive Google Drive.
HAlias (Function)
Creates a logical alias of a data file (or query) or cancels all existing aliases.
SocketClientInfo (Function)
Allows the server to get information about the current client socket.
Programming by preset action
Preset actions allow you to define the code of an event in a single click, without having to write one single line of code......
Stack (Type of variable)
A Stack variable is a structured type that is used to group a set of elements of the same type.
Debugging without debugger
In some cases, running a program or a site with or without the debugger can produce different results......
SourceName (Property)
The SourceName property is used to: Get the name of the report data source. Change the report data source....
The SMS structure
The SMS structure is a preset structure of WLanguage (no declaration is required)......
HCopyFile (Function)
Copies an HFSQL data file (.fic, .ndx and .mmo files if they exist): from the HFSQL server to the server (to perform a backup for example). from the HFSQL server to the client (to perform a local backup for example). from the client to the HFSQL server (to update the data files for example). from an HFSQL server to antoher HFSQL server....
WDSQL: Creating and running a script
A script is a set of SQL commands used to perform a specific operation (create a new table in the database, insert records, ......
Accessing Lotus Notes
WINDEV and WINDEV allow you to easily access the data handled by Lotus Notes (Domino database)......
3. Preparing the setup program
WINDEV Tutorial: Using an HFSQL Client/Server database Lesson 3 - Preparing the setup program - 5 min...
iOutputInfo (Type of variable)
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer.
Events associated with TreeView Table controls
List of events associated with the TreeView Table controls...
TableFormulaAdd (Function)
Adds a calculated row to a Table control by providing custom calculation procedures.