ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Parameter of a procedure/function
You have the ability to pass parameters to a procedure....
Navigation map
The site map path is used to implement the structure and the sequence of pages in your site......
Constants for managing Map controls
Constants for managing Map controls...
fUnlock (Function)
Entirely or partially unlocks an external file.
Binding an Image control to an item
An Image control can correspond to an item found in a data file, in a query, ......
2. My first window
WINDEV Tutorial: WINDEV overview Lesson 2 - My first window - 30 min
HExecuteSQLQueryAsynchronous (Function)
Executes an SQL query asynchronously.
ChronoValue (Function)
Indicates the time elapsed (in milliseconds) since the call to ChronoStart.
Deploying an Android application
WINDEV Mobile allows you to develop Android applications. Then, these applications can be easily deployed....
Remote check: Customizing with a window
To customize the remote control performed on a multi-user WINDEV application, the standard window can be replaced with a window from your application......
Handling ListView controls programmatically
WINDEV allows you to programmatically handle ListView controls......
ChronoEnd (Function)
Stops a stopwatch and returns the time elapsed (in milliseconds) since the start of timing (call to ChronoStart).
RequestRefreshUI
Requests the execution of the "Request for refreshing the display" event (and gives back control without waiting for the execution of the event).
InsertLine (Function)
Inserts a row at a given position: into a two-dimensional WLanguage array. into an advanced two-dimensional array property (xlsDocument, etc.)....
AddLine (Function)
Adds a row at the end: of a one- or two-dimensional WLanguage array. of a two-dimensional array property of a variable type (xlsDocument variable for example)....
httpResponse (Type of variable)
The httpResponse type is used to get the advanced characteristics of the response of the HTTP/HTTPS request....
<Word Processing>.Open (Function)
Opens a Word Processing file (docx format) in Read/Write mode. The docx file is opened and locked until it is closed....
MmoPackMethod (Property)
The MmoPackMethod property sets the compression mode of a MMO file (containing text and binary memos) associated with a data file.
HorizontalAlignment (Property)
The HorizontalAlignment property gets and changes the horizontal alignment of a control.
InfoBuild (Function)
Displays a custom message in a system information window.
SelectionIfReadOnly (Property)
The SelectionIfReadOnly property is used to determine and specify if the content of an Edit control can be selected when in read-only mode.
Setup on a local network (LAN)
JavaLoad (Function)
Specifies the location of user classes required to run the Java application or the Java applet.
Handling a Check Box control through programming (prefix syntax)
WINDEV, WINDEV Mobile and WEBDEV allow you to handle a Check Box control through programming......
Managing threads
WINDEV and WINDEV Mobile propose several functions used to perform an advanced management of threads....