ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The Button control
The Button control allows the user or the Web user to run a specific action with a simple click...
Drop-down button
The drop-down button expands:
  • a context menu.
  • a popup window.
Auto-scrolling text
Sometimes, text in a Static Text or Button control can exceed the width of the control...
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......
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......
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.
Selection conditions of a query
The selection conditions of records are applied to the items used in the queries......
Use (Function)
Opens a WINDEV window and closes all the other windows that were opened beforehand.
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......
WDInst: grouping the files to install
By default, when generating the setup program, the files to install are compressed in a single archive file ("......
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, ......
Customizing the setup program (Plug-in)
In a setup program, you may want to customize some actions......
grDestinationWMF (Function)
Defines a meta file as chart destination.
User Groupware
A Windows application, an Internet or Intranet site require to define the role of different contributors......
Remote HFSQL administrator: Overview
...The remote HFSQL administrator is a WEBDEV site installed with the WEBDEV application server and used to remotely manage the HFSQL Client/Server databases installed on the Web server......
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Start of Document block
The Start of document block is printed once at the beginning of the report execution......
Start of Break block (Break header)
The Start of break block is optional......