ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Events associated with a Ribbon control
The events associated with the Ribbon controls and groupings are:...
Image drawing and processing functions
List of image drawing and processing functions...
TabMDI (Property)
The TabMDI property is used to: Get the type of a Tab control (simple tab or dynamic tab - MDI). Change the type of a Tab control (simple tab or dynamic tab - MDI). This property is obsolete from version 200057. Use DynamicTab....
Scanning a document (via a WIA driver)
Windows Image Acquisition (WIA) is a Windows device driver interface and API that allows applications to scan documents using a scanner......
Sequence of selection conditions for a query
When at least two selection conditions are found in a query, the sequence of selection conditions must be specified by the conditional operators AND and OR......
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
<Image>.DrawPoint (Function)
Draws a point in an Image control.
5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
Events associated with reports
The following events are associated to reports (order of appearance in the code editor)......
<picLayer variable>.Resize (Function)
Resizes an image in a picLayer variable.
<Image>.PixelColor (Function)
Identifies the color of a pixel in an Image control.
Creating requirements
The following steps must be performed to implement the requirements......
URIGetInfo (Function)
Retrieves information of a URI resource.
<Icon variable>.SaveICO (Function)
Saves an image in icon format either in a file, or in memory.
<Image>.EndDrawing (Function)
Deletes all the drawings made since the last call to dStartDrawing.
Application triggers
...A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a data file....
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....
dLine (Function)
Draws a line: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRectangleGradient (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
The different types of windows
The following types of windows can be created in a WINDEV application......
15. Cookies: information stored on the end user's computer
Action Bar of a window
Action Bars replace the title bar of a window and display different types of information......
1. Creating a WEBDEV project and its analysis
WEBDEV Tutorial - Creating a WEBDEV project and its analysis Lesson 1 - Creating a WEBDEV project and its analysis - 5 min
1. Overview
Tutorial - Creating a website with back office processes Lesson 1 - Overview - 5 min
<Image>.DrawText (Function)
Draws a text in an Image control.