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.
<picLayer variable>.DrawRectangle (Function)
Draws a rectangle in a picLayer variable.
Maintaining the files of Control Centers
When using a database, you may have to perform maintenance operations on the data files......
Using the Salesforce service
Salesforce is a very popular CRM software......
"WEBDEV Application Server" license agreement
"WEBDEV Application Server" license agreement...
<WDPic variable>.Fill (Function)
Colors an area in a WDPic variable.
I work as a developer: How to manage my tasks and my schedule?
The Control Centers in WINDEV, WEBDEV and WINDEV Mobile include many tools to help developers manage their schedules and the different associated tasks......
Pull to refresh (Android/iOS): Window, Table and Looper controls
The "Pull to refresh" feature allows the user to "pull" a Table control, a Looper control or a window in order to refresh its content......
The user version of query editor (Reports & Queries)
A query is used to interrogate a database in order to view, insert, modify or delete data......
<WDPic variable>.DrawArc (Function)
Draws a circle arc or an ellipse arc in a WDPic variable.
Color (Type of variable)
The Color type is used to define the advanced characteristics of a WLanguage color.
The "Debugger" pane
The "Debugger" pane displays the debugger options when debugging the project or a project element ("Debugger" option)......
Customizing keyboard shortcuts
The different editors in WINDEV, WEBDEV and WINDEV Mobile include many options that can be used directly via keyboard shortcuts......
<WDPic variable>.DrawCircle (Function)
Draws a circle or an ellipse in a WDPic variable.
gBackgroundGradient (Function)
Describes a display color in gradient mode.
<Queue variable>.Dequeue (Function)
Dequeues an element from a queue.
<Stack variable>.Pop (Function)
Pops an element from a stack.
Indirection operators
The { and } operators are used to access a control, a variable, a class member or a file item by dynamically building the name of control, variable, class member or item...
Zombie procedures
In most cases, old code contains procedures that are used but that do no longer match the current quality standard......
<WDPic variable>.ChangeMode (Function)
Changes the drawing mode used by the drawing functions (dLine, dRectangle, ....).
Project anomalies: dead code and orphan elements
...WINDEV, WEBDEV and WINDEV Mobile allow you to easily detect these "dead codes" and "orphan" elements....
MCI functions
List of MCI functions...
Events associated with Looper controls
List of events associated with Looper controls...
Looper control properties
You can manipulate Looper controls in a window or page using the following WLanguage properties......
Feedback component
The Feedback component is a component provided with WINDEV......
Managing Responsive Web Design in your Web pages
From now on, the Web sites can be viewed on several platforms......