ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Importing elements into a project
All the elements handled by a project (window, report, classes, set of procedures, queries, ......
Handling menu options programmatically
The menu options can be handled......
Impact analysis
The impact analysis immediately identifies the consequences of the latest changes......
Sorts in a report
The sort is used to organize the information displayed in the report......
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
X (Property)
The X property is used to: Get the X-coordinate of a control, Table control column or window (position on the X-axis). Get the X-coordinate of a control or window (position on the X-axis)....
Binding a Scrollbar control to an item
A scrollbar can be bound to an item in a data file, query, etc....
SQLListTable (Function)
List all the tables that can be accessed by the connected database system.
dDisplay (Function)
Displays the drawing in the Image control.
Project description: Project tab
The project description window allows you to configure various elements of your project......
Anchoring controls in a report
The anchors are used to define the behavior of controls during a resize operation......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
Project description: Telemetry tab
The project description window allows you to configure various elements of your project......
Describing the report blocks
The different characteristics of a block can be viewed and/or modified in the description window of this block......
10. UMC: User Macro-Code
<Image>.PixelOpacity (Function)
Identifies the opacity of a pixel in an image (in an Image control) with an Alpha channel.
HFSQL thumbnails
To optimize the display of images in your application or in your site, you have the ability to use HFSQL thumbnails......
<Image variable>.Rotation (Function)
Rotates an image in an Image variable.
The TreeMap control
...The TreeMap control is used to dynamically represent data, possibly in tree structure, in a balanced way....
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
Y (Property)
The Y property is used to: Find out the Y-coordinate of a control or window (position on Y-axis). Modify the Y-coordinate of a control or window....
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
Defining columns of Table controls programmatically