ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

5. Loops
WINDEV Tutorial - WLanguage basics Lesson 5 - Loops - 15 min
dRectangle (Function)
Draws a rectangle: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
<Image variable>.Background (Function)
Declares the default background color for the rectangles and circles, ... used in an Image variable.
Keyboard shortcut on a button (AAF)
In an application developed with WINDEV, the user has the ability to implement a keyboard shortcut on a button......
Assisted Application Development
The Assisted Application Development (AAD) is a permanent help in the environment. This help suggests actions whenever it is appropriate....
VisibleOutsideWindow (Property)
The VisibleOutsideWindow property is used to: determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially). modify the visibility of an "off-window" button....
MyFile (Reserved word)
In a trigger, MyFile is used to identify the file that activates the trigger...
Break in a report
The break is used to group the records corresponding to a sort criterion......
YAxisMin (Property)
The YAxisMin property gets the minimum value of the Y-axis in a Chart control.
Configuring the Project Management Hub
The Project Management Hub allows you to configure......
Creating and handling an item
The main operations that can be performed on an item are as follows......
Replication options (ReplicEdit)
Creating a replication with ReplicEdit allows you to specify several parameters......
Creating the menus for the windows of the WINDEV RAD pattern
<Image variable>.DrawSlice (Function)
Draws a section of a circle or an ellipse in an Image variable.
dSaveImageBMP (Function)
Saves an image: in a file in BMP format. in memory....
10. Smart controls
Smart controls...
1. Project audits
WEBDEV Tutorial - Optimizing a WEBDEV project Lesson 1 - Project audits - 15 min
Assisted universal replication: specific features
dSaveImageGIF (Function)
Saves an image: in a file in GIF format. in memory....
ColumnWidth (Property)
The ColumnWidth property is used to get and change the width of each column in a multi-column Looper control.
Multi-project processes: using batches
WINDEV, WEBDEV and WINDEV Mobile allow you to run a set of processes (compilation, generation, ......
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......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
2. Managing a database
WEBDEV Tutorial: My first WEBDEV website Lesson 2 - Managing a database - 30 min