ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

AppInstallUPD (Function)
Triggers the automatic update of current application.
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).
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.
ThreadPause (Function)
Pauses the current thread during the specified duration.
JSONExecute (Function)
Calls the URL of a page on the server that returns data in JSON format (JavaScript Object Notation).
FOR EACH/FOR ALL statement (browse of associative arrays)
The FOR EACH statement is used to perform different types of browse on the associative arrays...
gStoredValue (Function)
Adds an "invisible" value to an element in a List Box, Combo Box or Scheduler control.
Elements of a class: Enumerating and handling through programming
Several types of WLanguage variables are used to enumerate and dynamically handle the elements of a class......
Scheduler control: Customize appointments
In the Scheduler control, the appointment is displayed in a specific area......
Native SQL Server Connector: Specific features and remarks
The following paragraphs present the main aspects and specific features of the Native SQL Server Connector......
COMCallMethod (Function)
Runs a method of an interface of a COM object instantiated by COMCreateInstance.
After (Property)
The After property replaces or inserts a procedure after the other procedures in: a Procedure variable. an event associated with a control....
Random (Function)
Returns a random number.
xlsNbColumn (Function)
Returns the number of columns found in a worksheet of an XLS file.
XMLOut (Function)
Used to find out whether the element (tag or attribute) on which we want to be positioned is outside the XML document.