ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

OBEXListFile (Function)
Lists the files shared by a device that is using the OBEX protocol.
Seek (Function)
Searches for the index of an element in a WLanguage array.
DeclareAWPContext (Function)
Used to declare a list of variables whose value will be persistent between the successive displays of Active WEBDEV Pages.
StoredValue (Property)
The StoredValue property is used to get the value currently stored by: a row in a List Box, ListView or Combo Box control. a "Text token" Edit control. a row of a Table control. an input suggestion in an Edit control (if the suggestion is selected)....
SQL view
An SQL view is a virtual data source defined by an SQL query......
NetSendBuffer (Function)
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
Linux application: Tips and tricks
In Windows/Linux multi-configuration applications, several limitations may appear: control not supported, functions not available, ......
Reports & Queries: Unsupported WLanguage functions
Some WLanguage functions are not available in Reports & Queries......
Materialized view
HDeclareExternal (Example)
Usage example of the HDeclareExternal function
Overview of HFSQL Cluster
HFSQL Cluster is a database server intended to be deployed on several servers......
HPriorityClient (Function)
Modifies the priority of a client application.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
JWTCreateAssertion (Function)
Creates a JWT assertion. This new function is available from WINDEV Suite SaaS 2025 Update 1....
JSONToVariant (Example)
Usage example of the JSONToVariant function
SOAPRunXML (Function)
Runs a procedure on a SOAP server.
HImportCSV (Function)
Imports a CSV file into an HFSQL Classic or Client/Server table. This table must have been defined in the data model editor, or declared with HDeclare, HDeclareExternal or HDescribeFile)....
ArrayDeleteDuplicate (Function)
Deletes the duplicates from an array.