ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

<ftpConnection variable>.ListFile (Function)
Lists the directories or files in a directory located on an FTP server and returns the number of files and/or directories. This new function is available from WINDEV Suite SaaS 2025 Update 2....
6. How to display an AWP site
An Active WEBDEV Page is a dynamic WEBDEV page without persistent context on the server....
Parameters of the procedure used by the HStatCalculateAsynchronous function
WLanguage procedure (also called "callback") called by the HStatCalculateAsynchronous function for each verified HFSQL Client/Server table. This new feature is available as of WINDEV Suite SaaS 2025 Update 2....
License agreement for Native DB2 Connector
License agreement for Native DB2 Connector...
Guide organization
Organization of WINDEV Concepts...
CheckMarkStyle (Property)
The CheckMarkStyle property gets and sets the check icon of a menu option. This icon appears only if the menu option is checked.
HTTPSendAsynchronous (Function)
Sends an HTTP request in asynchronous mode: the program continues to run and the response is processed by a specific procedure. This new feature is available as of WINDEV Suite SaaS 2025 Update 3....
<Variable httpRequête>SendAsynchronous (Function)
Sends an HTTP request in asynchronous mode: the program continues to run and the response is processed by a specific procedure. This new feature is available as of WINDEV Suite SaaS 2025 Update 3....
ArrayInsert (Function)
Inserts an element at a given position: into a one-dimensional array. into an associative array. into an advanced array property (array of gglCalendar events, etc.). into a WLanguage list....
ArrayDeleteLine (Function)
Deletes a line at a given position: from a two-dimensional array. from the advanced array property (array of gglCalendar events, etc.) The array size is automatically reduced....
Indirection operators
Operators { and operators } operators are used to access a field, variable, class member or table item by dynamically constructing the name of the field, variable, class member or item...
Refreshing a page
Refreshing a page consists in re-displaying a page that is already open in the browser......
MyRightSlidingWindow (Reserved word)
MyRightSlidingWindow is used to handle the right sliding window associated with the current window.
DynamicSiteDisplay (Function)
Starts a dynamic WEBDEV site from a static page or or from a dynamic WEBDEV page.
<Window>.EnableDDW (Function)
Enables or disables the Dim Disabled Window (DDW) feature for a specific window:
"Is Class" operator
The "is <Class>" operator is used to find out whether the object used in an object of the class (or an object of one of its derived classes)...
DisplayCurrency (Property)
The DisplayCurrency property gets and sets the currency used when entering or displaying values in a "Currency + Euro" control.
<Menu>.AddURLOption (Function)
Adds a new option after the last option of a drop-down or context menu. This menu option opens the page that corresponds to the specified URL.
<Source>.ReadSeekLast (Function)
Sets the position on the last record whose value for a specific item is less than or equal to a sought value (exact-match search).
<Source>.ReadSeekFirst (Function)
Sets the position on the first record whose value for a specific item is strictly equal to a sought value (exact-match search).