ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

BitmapInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
  • alpha channel.
ImageInfo (Function)
Retrieves the characteristics of an image file or the characteristics of a PDF file:
  • format.
  • width and height.
  • number of bits per pixel.
  • area of transparency.
Word Processing constants
The following constants are used by the functions for managing the Word Processing control:...
Context menu of windows (AAF)
The popup menu of the windows (right mouse click on the window) contains the following options......
iRoundBorder (Function)
Prints a border with rounded outlines at specified coordinates.
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
iSelectFont (Function)
Creates a new print font from the standard window for font selection...
grInfoXY (Function)
Returns information about the series found at a specific chart point.
grColumnAggregation (Function)
Defines the algorithm for aggregating data in a grouped or stacked Column chart.
CursorPos (Function)
Returns and modifies the position of the mouse cursor.
Manipulating Diagram Editor controls programmatically
In WINDEV and WEBDEV, you can handle Diagram Editor controls programmatically......
MapDisplayPosition (Function)
Centers the map displayed in a Map control on a geographical position or on a specific location.
fResourceDir (Function)
Returns the path of the read-only resources of the application.
Summary table: Installing an application developed in WINDEV
When developing an application, one of the important steps consists in deploying this application on the user computers......
ArrayAddSorted (Function)
Adds an element to a one-dimensional WLanguage array taking into account: the sort criteria defined by ArraySort the comparison operator described in the class, if the elements of the array are class instances....
Error 2109: You are using the ObjectInfo function
Find out the account that runs the AWP protocol
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Several methods can be used to upload and download files by Internet......
The Contact structure
The Contact structure is a preset structure of WLanguage (no declaration is required)......
XMLExecuteXPath (Example)
Usage example of the XMLExecuteXPath function
Visible (Property)
The Visible property is used to: Find out whether an element is visible. Make an element visible or invisible....
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
TableAdd (Function)
Adds a row in: a Table control, a TreeView Table control, a Combo Box control "with table" (Table control displayed in a Combo Box control)....
ListViewMode (Property)
The ListViewMode property is used to: Find out the display mode of a ListView control. Modify the display mode of a ListView control....
Dockable panes
WINDEV, WINDEV Mobile and WEBDEV propose several dockable panes......
PVTCalculateUpdate (Function)
Updates some of the data found in a Pivot Table control from a given date.
Sharing your source code with the SCM
WINDEV Tutorial - An SCM for WINDEV Sharing your source code with the SCM - 30 min