ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Value (Property)
The Value property is used to get and change the value of an element.
MDIOpen (Function)
Opens and enables an MDI child window.
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
SQLLast (Function)
Sets the position on the last row of the query result.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
Code editor: Various operations
The code editor is the editor where the developers spend most of their time. This help page presents a series of useful options for the most common actions ......
Remote WEBDEV administrator: Managing the error messages
By default, when an error occurs in a dynamic WEBDEV site, an error message is displayed on the browser of the Web user....
Handling external JavaScript objects from WLanguage
The WLanguage in "Browser" mode is used to interface with the Web APIs such as the ones proposed by Google or Yahoo......
C#: Call to WLanguage procedure
A global procedure in WLanguage can be directly called from the code of a global procedure in C#......
How to install a Universal Windows 10 App application on a tablet
The generation of a WINDEV Mobile application for Universal Windows 10 App groups all the project elements (windows, code, etc....
Sort order of records found in a select query
To make the result of a query easier to read, the records can be sorted according to one or more items......
Caption (Property)
The Caption property is used to get and change the text of an element.
X (Property)
The X property is used to get and change the X-coordinate of an element.
Y (Property)
The Y property is used to get and change the the Y-coordinate of an element.
Translucent effect of windows
Depending on the style of your applications, the border of your windows can be translucent......
InReportsAndQueriesMode (Function)
Indicates whether the code is run during the test of a report or query in Reports & Queries.
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Managing accounts
WEBDEV Account Manager allows you to create a deployment account......
Validity period of site pages
When creating a page, a validity period can be defined for this page......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
dAlphaBlend (Function)
Blends two images together. This allows you to create fade-in effects between 2 images.
MVP RAD
WINDEV proposes an MVP RAD that generates the "table" and "form" windows as well as the necessary Presenter and Model classes......
1. Application overview
WINDEV Mobile tutorial: Developing an Android and iOS application Lesson 1 - Application overview - 10 min
Exporting elements to a directory
All the elements handled by a project (window, report, classes, set of procedures, queries, ......