ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

JSONExecute (Function)
Calls a server URL that returns data in JSON format (JavaScript Object Notation).
ArrayUnion (Function)
Returns an array corresponding to the union of two arrays. Warning: This feature is only available from WINDEV Suite SaaS 2025 Update 2. For more details, see Use the new features of WINDEV Suite SaaS 2025....
HTMLAttribute (Property)
The HTMLAttribute property reads and changes the HTML attributes of the control.
SocketAccept (Function)
Run on the server, this function accepts a request for connecting to an existing socket found on the server.
HFilterStartsWith (Function)
Defines and enables a "Start with" filter on a file, view or query.
Filtering the headers and the content of a Pivot Table
By default, the entire data found in the data files is taken into account when calculating the content of a Pivot Table control......
HFilterIncludedBetween (Function)
Defines and enables an "Included between" filter on a file, view or query.
HCreateMasterReplica (Function)
Creates the description file of a Master Replica (logged replication or universal replication).
MyParameters (Reserved word)
The MyParameters keyword is used to handle the parameters passed to a WLanguage procedure...
dSlice (Function)
Draws a circle section or an ellipse section: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Input suggestions in an Edit control
Implementing input suggestions in an Edit control is very simple......
fExtractPath (Function)
Returns the different elements of a path: drive, directories, name and extension of the file.
Automated tests
WINDEV Tutorial - Monitoring the evolution of an application Automated tests - 20 min
Non-maximized windows for Android
A non-maximized window can be resized by the user and it can occupy a section of the screen only......
HChangeDir (Function)
Changes the path to a table (i.e. directory in which the file will be handled).
EmailReadMessageHeader (Function)
Reads the header of an incoming email according to the protocol used (POP3 or IMAP, Lotus Notes or Outlook).
HReadNext (Function)
Sets the position on the next table record according to a browse item.
HDeleteParameter (Function)
Deletes a parameter previously saved by HSaveParameter.
Reduce (Function)
Applies a computation to each element of a WLanguage array.
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
Constants for managing XML documents
List of constants used by the functions for managing XML documents....
xlsCurrentWorksheet (Function)
Used to find out and modify the current worksheet in an XLS file.