ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

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)....
Handling menu options programmatically
The menu options can be handled......
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.
Conditions for using a .NET assembly
Before using a .NET assembly, a specific configuration is required......
Creating a WINDEV project
A project is a logical set of elements and processes whose purpose is to accomplish a given objective......
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......
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......
Remote WEBDEV Administrator
The remote management tool, that can be run from any computer equipped with an Internet browser, is a module used to ......
<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....
10. UMC: User Macro-Code
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....
Report editor: options and keyboard shortcuts
Several toolbars are displayed in the report editor......
WDInst: Additional options (summary, license, etc.)
When installing the application, you have the ability to display......
Context menu of TreeView controls (AAF)
Each TreeView control found in a window proposes a popup menu to the user......
DeclareWebserviceContext (Function)
Used to declare a list of variables whose value will be persistent between the successive calls to a Webservice.
Handling a Progress Bar control through programming
A Progress Bar control can be handled through programming......
What is an application?
An application is a set of objects (windows, controls, ......
Defining columns of Table controls programmatically