ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Delete (Reserved word)
The memory occupied by a dynamic object (array, class object, ...
Document (Property)
The Document property is used to identify or modify the HTML document associated with an HTML Display control or an HTML Editor control.
Windows: What must be taken into account if the users are working with Vista (and later)
Windows Vista (and later) proposes several improvements......
ExecuteUpdateUIParent (Function)
Immediately executes the "Request for refreshing the display" event of the parent. This function is kept for backward compatibility.
Millisecond (Property)
The Millisecond property is used to: Retrieve the number of milliseconds from a Time, DateTime or Duration variable. Modify the number of milliseconds in a Time, DateTime or Duration variable. Retrieve the milliseconds or the number of milliseconds from a Date item (in "Date and Time" or "Duration" format) Modify the milliseconds or number of milliseconds in a Date item ("Date and Time" or "Duration" format)...
Setup wizard: Steps for creating a WINDEV application setup program
The setup program creation wizard allows you to define all the settings of your setup program....
Second (Property)
The Second property is used to: Retrieve the number of seconds from a Time, DateTime or Duration variable. Modify the number of seconds in a Time, DateTime or Duration variable. Retrieve the seconds or the number of seconds from a Date item (in "Date and Time" or "Duration" format) Modify the seconds or the number of seconds in a Date item (in "Date and Time" or "Duration" format)...
Minimized (Property)
The Minimized property is used to: find out whether a repositionable note is minimized, minimize or restore a repositionable note....
ComboClose (Function)
Closes the drop-down list in a Combo Box control (simple or multi-column Combo Box control).
<Window>.Open (Function)
Opens a modal WINDEV or WINDEV Mobile window.
Installing and starting WDTRAD
Value (Property)
The Value property is used to get and change the value of an element.
Serial and parallel port management functions
List of functions for managing serial and parallel ports...
RequestUpdateUIParent (Function)
Asks to run the "Request for refreshing the display" process of parent. This function is kept for backward compatibility.
PopupDisplay (Function)
Displays a popup in a page with a DDW effect (Dim Disabled Windows).
WebSocketClientConnectSSL (Function)
Establishes an SSL connection between the client and a WebSocket server.
ArrayCopy (Function)
Copies the content of an array to another array.
WX file
The "Executable Name".WX file is used to manage some features directly, even if these features have not been included in the application. This file is found beside the executable....
EventClose (Function)
Closes a synchronization event between several threads.
Input (Function)
Displays a message allowing the user to type an information.
DotNetAddHeader (Function)
Adds a header to the next procedure that will be run on the server.
How to create an SQL query with a calculation formula?
This help page explains how to create a query with a calculation formula with the query editor....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
URIGetInfo (Function)
Retrieves information of a URI resource.
TableAddTitleHeader (Function)
Adds a column title-header into a Table or TreeView Table control in a window.