ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

dChord (Function)
Draws the chord of a circle (intersection between an ellipse and a straight line): in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Multiline (Property)
In a window or page, the Multiline property is used to: find out and modify the "Multiline" option of an Edit control. find out and modify the "Multiline" option of a column in a Table control. In a report, the Multiline property is used to determine and change the "Multiline" option of a control....
CurrentIndex (Function)
Depending on the specified control, returns: the number of the current row displayed in the current Table control, the number of the option with focus in a Check Box control, the number of the current row in the current Looper control, the index of the current indexed control....
dBackground (Function)
Declares the default background color for the rectangles, circles, etc.:: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
dRotation (Function)
Performs a rotation: of an Image control. of an Image variable. of a picLayer variable....
Variable Description (Type of variable)
The Variable Description type is used to get information about a variable or a member.
HListReindexingHistory (Function)
Lists the operations performed on current data files, over the last 24 hours, or on the last 1000 files. These operations include reindexing, recalculation of statistics, memo verification, index verification, etc. This new function is available from WINDEV Suite SaaS 2025 - Update 2....
docFormatMulticolumn (Type of variable)
The docFormatMulticolumn type is used to define all the advanced characteristics of a multicolumn section defined in a docSection variable.
dPen (Function)
Declares the default color and style for the lines, rectangles, circles, ... found: in an Image control, in an Image variable, in a WDPic variable (on the background layer), in a picLayer variable....
Constants for WLanguage types
List of constants for managing WLanguage types....
Error 1049: The access directives are not allowed in a composite variable
Error 104: 'Dynamic' can only be used for the classes and the Automation objects
Handling a toolbar through programming
WINDEV allows you to handle a Toolbar control through programming......
Key (Property)
The Key property is used to manipulate keys: in an xmlSignature variable. in a memcachedResult variable....
Programming a status bar
WINDEV allows you to handle a status bar and a cell found in a status bar through programming......
Report based on a Table control
A report based on a Table control is used to directly print the information displayed in the Table control (based on a data file or populated programmatically)......
WINDEV: Example of programmed Drag and Drop
Native MySQL Connector: Specific features
The Native MySQL Connector (also called "Native MySQL Access") creates "InnoDB" tables to support locks and transactions on a MySQL database......
Background
The "Background" keyword can correspond to: the Background variable, the Background property of a docParagraph variable....
Error 1048: The inheritance is not allowed in a composite variable
Continent (Property)
The Continent keyword can correspond to: a Continent variable. the Continent property of the Country variable....
dResize (Function)
Resizes an image: in an Image control. in an Image variable. in a picLayer variable]....
Binding an Edit control to an item
An Edit control can be bound to an item in a data file, query, etc, ......
Properties associated with the breaks of a Table control
Several properties can be used with the breaks found in a Table control......
Handling an HTML control through programming
WINDEV and WEBDEV allow you to handle an HTML control through programming......