ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

GeometryLength (Function)
Calculates the length of a given geometry.
Native XML Connector
WINDEV and WEBDEV allow you to import and handle a definition of XML files via the data model editor...
Table,Modify (External language)
Modifies an element in a Table control.
GeometrySymmetricDifference (Function)
Calculates the symmetric difference between two geometries.
MobileNetworkStatus (Function)
Returns the current status of the connection to data on the mobile network or asks to be notified when the status of the connection to data changes.
The log process
A log is a special file that contains the history of all changes made to one or more tables over a given period of time (date the table was created, last automatic data modification, last backup created with WDLog, etc.)
<Chart>.DeleteSeries (Function)
Deletes a data series from a chart.
Metatypes in the database schema
A metatype is a combination of characteristics of an item and a bound control...
Creating a delete query
A delete query (corresponding SQL statement...
TelemetryIdentifyUser (Function)
Identifies the current user for whom the telemetry data is saved.
Connection (Property)
The Connection property gets and sets the connection associated with a table.
iCalendarToOrganizer (Function)
Imports data in iCalendar format into an Organizer control.
<sshSession variable>.Read (Function)
Reads the data found on the output buffer of the SSH session.
LooperRefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
TableRecNum (Function)
Returns the number of the current record in a data-bound Table control based on a table.
grRBMaximumValue (Function)
Sets the maximum value in a Radial Bar chart.
Binding a Link control to an item
The mongoOperationUpdateAll type is used to define all the advanced characteristics of a document update operation that will be added to a bulk operations list. All the documents that match the selection filter will be updated.
<PolygonGeo variable>.Intersect (Function)
Checks whether the intersection of a geographic polygon and another geometry does not result in an empty set.
GeometryConvexHull (Function)
Calculates the convex hull of the specified geometry.
SQLListSource (Function)
Lists the data sources declared on a local site.
Types of pages
WEBDEV enables you to create static sites and/or dynamic sites...
Functions for handling commands in console mode (prefix syntax)
Functions for handling commands in console mode.
LooperToXML (Function)
Creates an XML file with data from a Looper control (Looper control based on a table or populated programmatically).
Error 1009: The member of the class is private
Constants for managing the multi-touch
Coloring a row, a column or a cell found in a control (AAF)
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to color the data found in the control...
grScatter3DAddData (Function)
Adds a new point to display in a 3D Scatter chart.
Keyword properties
You can change the characteristics of a keyword at any time in the keyword properties...
Page constants
List of constants used by page functions.
HCreationIfNotFound (Function)
Performs the following operations:
  • If the table doesn't exist, create an empty table (file with ".FIC" extension) with the index file, the full-text index file and the memo file if necessary. The function is equivalent to HCreation.
  • If the table exists, opens the table.
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Configuring the assisted universal replication
If your application uses assisted universal replication via a .WER file, the setup creation wizard proposes to configure the setup to install the different tools required for this type of replication.
<Table>.ModifyLine (Function)
Modifies a row in:
  • a Table control,
  • a TreeView Table control.
Unalterable tables
This feature is used to signal that a table cannot be modified after writing...
HCreateServerTrigger (Function)
Adds or modifies a server trigger on the HFSQL server.
CmdGetExitCode (Function)
Gets the exit code of the command executed in console mode, i.e. the value returned when the command finishes executing.
Specific features of iPhone/iPad applications
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
MultiPoint2D (Variable type)
The MultiPoint2D type is used to store a set of points defined with 2D coordinates. It is a collection of points: unlike in a linestring, points are not connected.
Snap to grid
The different editors of WINDEV, WEBDEV and WINDEV Mobile allow you to align the elements via a snap-on grid...
zipDeleteFileList (Function)
Deletes a list of files from an archive.
9. Queries
Reads the data found on the output buffer of the SSH session.
FileToPage (Function)
Automatically updates the controls of a page with:
  • the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
  • the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
<PolygonGeo variable>.SerializeWKT (Function)
Serializes a geographic polygon using the Well-Known Text (WKT) format.
grSeriesColor (Function)
Initializes the color of a series or the color of a section.
PDFMerge (Function)
Merges several PDF files into a single PDF file. Files are merged one after the other. The paths of the PDF files can be included in an array.
WEBDEV: Pages created via the RAD model
The page creation wizard offers many types of pages associated with HFSQL tables...
Using Unicode in HFSQL tables
The database schema proposes two types of Unicode items ...
Zoom in the different editors
All editors of WINDEV, WEBDEV and WINDEV Mobile allow you to zoom in on the different elements displayed in the editor...
REST web service: Calling a web service function
RESTSend is used to call a REST webservice function.
Describing a report table
To display the table description, select "Table description" in the context menu of one of the table elements
Cardinalities (Data model editor)
Cardinalities are used to count the relationships between two tables....
Table,Add (External language)
Adds an element to a Table control.
<Looper>.RefreshVisible (Function)
Changes or returns the visibility status of the refresh bar in a Looper control.
LooperStartFilling (Function)
Starts the process to populate a Looper control programmatically.
HInitSubscriber (Function)
Initializes the range of automatic identifiers for the description file of subscriber replica (".rpl" extension).
spDerivation (Property)
The spDerivation property is used to:
  • Get the key derivation function used to hash an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically.
  • Set the key derivation function used for hashing (only for "Password" items defined programmatically).
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a table, query, etc.
grWndSize (Function)
Defines the size of the window containing the chart.
<zipArchive variable>.ListFile (Function)
Returns the list of files found in an archive.
<Page>.FromFile (Function)
Automatically updates the controls of a page with:
  • the values of the bound items in the current record (loaded in memory) of the table described in the data model editor. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
  • the values of the bound WLanguage variables. This operation is performed regardless of the state of the controls (grayed, inactive or invisible).
Defining specific character sets in HFSQL tables
When an application displays or saves data in HFSQL tables, this data is typed in the current language...
Zombie tables and items
During the life of an application, items live and die...
Handling XLS files (prefix syntax)
WINDEV and WEBDEV propose two methods for handling Excel files...
FTPCommand (Function)
Sends a specific FTP command to a server.
Writing an email
Writing an email in WLanguage consists in filling the email structure of WLanguage...
StatMin (Function)
Calculates the minimum value for a series of values.
Operations performed on sequence diagrams
The following paragraphs explain...
Audits
Audits provide a set of features to automatically improve the project quality and performance, and to monitor the conditions in which it is implemented...
AJAXExecuteAsynchronous (Function)
Executes a server procedure without refreshing the page.
Copying controls from the page editor
The controls can be copied from the page editor...
The Sidebar control
The Sidebar control gives access to different options...
Pivot Table control functions (prefix syntax)
Pivot Table control functions (prefix syntax)
Project description: Theme tab
The project description window allows you to configure various elements of your project...
IIS Version 7 to 10
Returns the list of files found in an archive.
Organizer control description (page control)
The Organizer control can be configured in the editor via the description window ("Details" tab)...
StatAverage (Function)
Calculates the arithmetic, geometric or harmonic mean for a series of values.
OOP concepts
A class contains the description of a data structure (members) and the processes (methods) that handle this structure.
Error 107: Redefinition of the parameter
The Notification keyword can correspond to:
Setup by stand-alone physical media
A setup by stand-alone physical media allows you to provide a media that contains all the files required for installing and running a site...
Error 530: The -- operator is not allowed
To simplify the reading in the controls used to view large volumes of data, the end user has the ability to zoom the data found in the control...
Spatial data functions (prefix syntax)
Lit la valeur d'un des paramètres d'animation défini pour un champ Image.
Manager of automated tests
The test manager is used to...
KeyExpression (Property)
The KeyExpression property is used to set the different components of a composite key.
Installing a WEBDEV website with zero-downtime update
Starting with version 24, you can update a Session or AWP site without disconnecting users...
6. Printing the product catalog
WINDEV Mobile Tutorial - Developing an Android and iOS application Lesson 6 - Printing the product catalog - 20 min
Replication of HFSQL servers (Programming)
To implement a replication of HFSQL servers through programming, WLanguage...
Internal component description
The description of an internal component can opened at any time...
NotesReset (Function)
Creates an empty document in Lotus Notes.
Looper controls populated programmatically: Operations in WLanguage
Here is an overview of how to handle Looper controls populated programmatically in WLanguage.
<Table>.Count (Function)
Returns:
  • the number of columns found in a Table or TreeView Table control.
  • the number of rows found in a Table or TreeView Table control.
DisplayedItem (Property)
The DisplayedItem property is used to:
  • Find out the item or the variable displayed by the control.
  • Modify the item or the variable displayed by the control.
Configuring the browser "Back" button
The "Back" button allows users to see the history of pages they previously visited...
1. Deploying a static website
The Pascal string of type corresponds to a length-prefixed string (this length is stored as a byte value). This type of variable is kept for backward compatibility.
WebserviceReadMIMEType (Function)
Returns the MIME type of the request received when calling a REST web service.
Properties associated with reports and controls
List of properties associated with the reports and their controls
<Connection variable>.DescribeServerTrigger (Function)
Adds or modifies a server trigger.
docElementText (Variable type)
The DocElementText type is used to handle the characteristics of a Text element found in a DocElement variable.
LooperSearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
grLineThickness (Function)
Retrieves and/or modifies the value of the line thickness in a line chart.
Constants for managing XML documents
List of constants used by the functions for managing XML documents.
What is a database?
A database is an organized collection of data for a particular purpose (e.g., manage orders)...
7. Source Code Manager (SCM)
A window can:
  • Receive parameters when it is opened.
  • Return values when it is closed.
HDeleteTask (Function)
Deletes a scheduled task from an HFSQL Client/Server server.
1. Communication with WINDEV Mobile
WINDEV Mobile includes several communication functions for different fields.
Deploying an Android application
WINDEV Mobile Tutorial: Deploying an Android application 10 min
TableEnumBreak (Function)
Enumerates the breaks found in a Table control.
Handling the external files
WINDEV, WINDEV Mobile and WEBDEV propose several functions allowing you to manage the external files from your WINDEV/WINDEV Mobile applications or from your WEBDEV websites...
ERR_DISCONNECTED_EXEC
Displays the next plane of a Sliding Banner control.
3. Multi-criteria search
WINDEV Tutorial: Managing data in a WINDEV application Lesson 3 - Multi-criteria search - 40 min
xmlSignatureVerification (Variable type)
The xmlSignatureVerification type is used to define the information required to verify an XML signature.
How to create and run an SQL query through programming?
This help page explains how to create and run an SQL query through programming.
<WDPic variable>.DrawTextMarkdown (Function)
Draws Markdown text in a variable of type WDPic.
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation...
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes...
OAuth and OpenID protocol functions
OAuth and OpenID protocol functions
WEBDEV administrator: Advanced configuration
The "Advanced" tab enables you to configure advanced options of the server...
Twain constants
List of constants used by the Twain functions.
spIterationCount (Property)
The spIterationCount property is used to:
  • Get the iteration count of the hash algorithm used for an item of type "Password". This property can be used for items of type "Password" defined in the data model editor or programmatically.
  • Sets the iteration count of the hash algorithm used for an item of type "Password" (only for "Password" items described programmatically).
LogDirectory (Property)
The LogDirectory property is used to manage the directory of the log file described in the database schema.
WDContinueError: Resume after error
This function forces the execution to resume after an error...
<Pivot Table>.Collapse (Function)
Collapses all the data in a Pivot Table control according to a row or column header.
WEBDEV - Server codeLinux Note: This feature is only available in subscription-based versions, starting with WINDEV Suite 2025 - Update 4.
tapiCallDuring (Function)
Returns the duration of the call (difference between the start date and time of call and the end date and time of call).
4. HFSQL Classic
MyChildWindow is used to handle the child window of the current window.
The Pager control
The Pager control is used to quickly access the records of a Table or Looper control displayed on several pages...
Maximized windows for Android
A maximized window occupies the entire screen of the mobile device.
<Image variable>.Clear (Function)
Clears the content of an Image variable and fills it with the specified color.
ScreenFirst (Function)
Defines the next control that will be in edit in the current window.
tapiCallStart (Function)
Returns the date and time of the beginning of call (incoming or outgoing call).
mqttSession (Variable type)
The mqttSession type is used to define the parameters for connecting to the MQTT broker.
MyGuidedTour
The MyGuidedTour variable is used to handle the current Guided Tour. The MyGuidedTour variable is used to get the characteristics of the GuidedTour variable used.
CookieWrite (Function)
Writes a cookie onto the computer of the Web user.
LooperSearch (Function)
Searches for a value in an attribute of a Looper control.
Extensions of files created by WINDEV, WEBDEV, WINDEV Mobile
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile...
ReplicDeleteSubscription (Function)
Deletes the subscription of a replication on the replication server.
10. Internal window
The Internal Window control is used to include a window (and its code) in another window. At runtime, the internal window will be dynamically merged with the host window.
<Image>.First (Function)
Displays the first image for the scroll.
<Command variable>.ReadStandardOutput (Function)
Reads standard output data, for the command executed in console mode.
zipNbPartNeeded (Example)
Usage example of the zipNbPartNeeded function
Referring to an element in a WLanguage event / process
Used to manage the horizontal position (X-coordinate) of print cursor in the page.
<sfConnection variable>.SeekDeleted (Function)
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
1. Components provided with WINDEV
WINDEV is provided with projects that contain components.
5. User Groupware in practice
Closes the current browser window and stops the execution of the current code.
NotesOpenDatabase (Function)
Gives access to the documents managed by Lotus Notes.
zipNbFile (Example)
Usage example of the zipNbFile function
Defining colors in Table controls
The colors of a Table control (row background, text of rows, etc.) are defined in the control description...
The AWP technology (Active WEBDEV Page)
PC SOFT proposes a new technology...
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a web service.
LDAPListAttribute (Function)
Lists the object attributes in an LDAP server.
NotesNbAttachment (Function)
Returns the number of files attached to an item of the current document in Lotus Notes.
TableSelectPlus (Function)
Selects a row in a Table or TreeView Table control.
ASPExecute (Function)
Calls an external .asp script and returns the result in a string.
ImageLast (Function)
Displays the last image for the scroll.
<Window>.EdDo (Window)
Runs an action (defined programmatically) and enables Undo/Redo operations on this action.
<Looper>.SearchEverywhere (Function)
Searches for a value in all the attributes of a Looper control.
nWDInitProject: Project initialization code
Run the project initialization code...
FinNetCurrentVal (Function)
Returns the net current value of investment.
Managing assertions
The main available features are as follows:
BrowserShare (Function)
Starts the device's native share functionality.
ShareCloseRequestConnection (Function)
Request connection to a remote device.t
The "Area" charts
The Area chart is used to highlight the amplitude of a change...
String literals: single-line and multiline strings
String literals are used to represent and manipulate data as a sequence of characters. For example, string literals can be used to display information, define a constant, etc.
SQLGetCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
TreeView Table control properties
List of properties associated with the TreeView Table control
WDOptimizer: Presentation
The different operations that can be performed with WDOptimizer are as follows ...
Decrypt (Function)
Decrypts a string that was encrypted by Encrypt.
TwainSourceWidth (Function)
Returns the width (in millimeters) of the document captured by a Twain device.
Error 1029: The access to the base class is restricted by a protected inheritance
Informations sur un paramètre d'une API
Parameters of the procedure used by NearbyShareSend
WLanguage procedure ("callback") called by NearbyShareSend to notify whether or not the data was sent successfully.
Debugging a connection to an HFSQL server
The stored procedures and the triggers are debugged from the environment, with real execution on the server...
Query based on query
Queries can be based on items from another query...
<Table>.SelectMinus (Function)
Deselects a row from a Table or TreeView Table control.
Programming overview in C and C++
Several print modes are available for a report.
I was using Visual Basic with WINDEV 5.5. How to do it in WINDEV 2026?
You have the ability to use external languages with WINDEV...
ContactCreate (Function)
Opens the native "Create contact" window of the device (Android, iPhone or iPad).
List of reserved words
The ReturnedValue property is used to:
  • Get and change the value returned by a window, page or report.
  • Get and change the value returned by an option in a Radio Button control.
Information 2102: 'Long' does not exist anymore: the integers are coded on 4 bytes
Downloads a file from a remote drive to the user's computer.
HRSListConfig (Function)
Lists the replications available on a master HFSQL server.
HCreationIfNotFound (Example)
Example of the HCreationIfNotFound function
Count (Property)
The Count property returns the number of elements in a given set.
Print functions
List of print functions
WINDEV Mobile 2026: New WLanguage features
Version 2026 includes new and improved functions, properties and data types, ...
3. Dates, arrays and structures
WEBDEV Tutorial - WLanguage basics Lesson 3 - Dates, arrays and structures - 20 min
gglOverride (Variable type)
The gglOverride type is used to define information about event notification overrides.
TestCheckTrue (Function)
Checks whether an expression is set to True in assertive programming and in automated test mode.
MatFill (Example)
Usage example of the MatFill function
2. WEBDEV administrator in practice
Builds a sequence of characters containing a line.
How to retrieve the bugs or suggestions of my users?
The different Control Centers provided with WINDEV allow you to easily manage the user feedback for your applications...
WDInst: Manipulating the files to install
By default, the files to install are...
1. WLanguage functions specific to WEBDEV
Seeks and retrieves the records (Salesforce objects) deleted during the specified period.
<Source>.ExportXLS (Function)
Exports records from a table (HFSQL or OLE DB), view or query to an Excel file (XLSX).
<Source>.ChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
WINDEV 2026 Update
Here are the new features and improvements that you will discover in this version...
Modifying the query content
The queries are used to easily select the records coming from one or more files, matching one or more selection criteria, ...
Array (Variable type)
An array is a structured type used to group together a set of elements of the same type...
grRealTimeInterval (Function)
Sets the time interval visible in a time chart with real-time display.
Tutorial
A tutorial is delivered with WINDEV, WEBDEV and WINDEV Mobile...
EmulateInfo (Function)
Emulates the next call to Info and automatically clicks the "OK" button.
TestCheckNull (Function)
Checks whether an expression is Null in assertive programming and in automated test mode.
LDAPValidateModify (Function)
Validates the modification of an existing object in an LDAP server.
5. User Groupware in practice
An object diagram represents a set of objects and how they relate to each other at a certain moment in time...
Use WebSockets with the WebSocket server
The WebSocket protocol provides a communication channel over a TCP socket for browsers and Web servers...
1
3
4
5
6
7
8
>